Uses of Enum Class
io.quarkiverse.openfga.client.model.TupleOperation
Packages that use TupleOperation
-
Uses of TupleOperation in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return TupleOperationModifier and TypeMethodDescriptionTupleChange.getOperation()static TupleOperationReturns 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 io.quarkiverse.openfga.client.model with parameters of type TupleOperationModifier and TypeMethodDescriptionstatic TupleChangeTupleChange.of(ConditionalTupleKey tupleKey, TupleOperation operation, OffsetDateTime timestamp)