Uses of Enum Class
org.apache.syncope.ext.openfga.client.model.TupleOperation
Packages that use TupleOperation
-
Uses of TupleOperation in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return TupleOperationModifier and TypeMethodDescriptionstatic TupleOperation
TupleChange.getOperation()
Get operationstatic TupleOperation
Returns the enum constant of this class with the specified name.static TupleOperation[]
TupleOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.ext.openfga.client.model with parameters of type TupleOperationModifier and TypeMethodDescriptionTupleChange.operation
(TupleOperation operation) void
TupleChange.setOperation
(TupleOperation operation)