Uses of Class
io.quarkiverse.openfga.client.model.TupleKey
Packages that use TupleKey
-
Uses of TupleKey in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return TupleKeyModifier and TypeMethodDescriptionAssertion.getTupleKey()static TupleKeyConditionalTupleKey.withoutCondition()Methods in io.quarkiverse.openfga.client.model that return types with arguments of type TupleKeyMethods in io.quarkiverse.openfga.client.model with parameters of type TupleKeyModifier and TypeMethodDescriptionMethod parameters in io.quarkiverse.openfga.client.model with type arguments of type TupleKey -
Uses of TupleKey in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return TupleKeyMethods in io.quarkiverse.openfga.client.model.dto that return types with arguments of type TupleKeyMethods in io.quarkiverse.openfga.client.model.dto with parameters of type TupleKeyModifier and TypeMethodDescriptionWriteRequest.Deletes.Builder.addTupleKey(TupleKey tupleKey) static CheckRequestCheckRequest.of(TupleKey tupleKey, ContextualTupleKeys contextualTuples, String authorizationModelId, Boolean trace, Object context, ConsistencyPreference consistency) Method parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type TupleKeyModifier and TypeMethodDescriptionWriteRequest.Builder.addDeletes(List<TupleKey> tupleKeys) WriteRequest.Deletes.Builder.addTupleKeys(List<TupleKey> tupleKeys) static WriteRequest.Deletes