Uses of Enum Class
io.quarkiverse.openfga.client.model.ConsistencyPreference
Packages that use ConsistencyPreference
-
Uses of ConsistencyPreference in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return ConsistencyPreferenceModifier and TypeMethodDescriptionstatic ConsistencyPreferenceReturns the enum constant of this class with the specified name.static ConsistencyPreference[]ConsistencyPreference.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConsistencyPreference in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return ConsistencyPreferenceModifier and TypeMethodDescriptionCheckRequest.getConsistency()ExpandRequest.getConsistency()ListObjectsRequest.getConsistency()ListUsersRequest.getConsistency()Methods in io.quarkiverse.openfga.client.model.dto with parameters of type ConsistencyPreferenceModifier and TypeMethodDescriptionCheckRequest.Builder.consistency(ConsistencyPreference consistency) ExpandRequest.Builder.consistency(ConsistencyPreference consistency) ListObjectsRequest.Builder.consistency(ConsistencyPreference consistency) ListUsersRequest.Builder.consistency(ConsistencyPreference consistency) static CheckRequestCheckRequest.of(TupleKey tupleKey, ContextualTupleKeys contextualTuples, String authorizationModelId, Boolean trace, Object context, ConsistencyPreference consistency) static ExpandRequestExpandRequest.of(ExpandTupleKey tupleKey, String authorizationModelId, ConsistencyPreference consistency) static ListObjectsRequestListObjectsRequest.of(String authorizationModelId, String type, String relation, String user, ContextualTupleKeys contextualTuples, Object context, ConsistencyPreference consistency) static ListUsersRequestListUsersRequest.of(String authorizationModelId, AnyObject object, String relation, List<UserTypeFilter> userFilters, ContextualTupleKeys contextualTuples, Object context, ConsistencyPreference consistency)