Uses of Enum Class
org.apache.syncope.ext.openfga.client.model.ConsistencyPreference
Packages that use ConsistencyPreference
-
Uses of ConsistencyPreference in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ConsistencyPreferenceModifier and TypeMethodDescriptionstatic ConsistencyPreference
BatchCheckRequest.getConsistency()
Get consistencyCheckRequest.getConsistency()
Get consistencyExpandRequest.getConsistency()
Get consistencyListObjectsRequest.getConsistency()
Get consistencyListUsersRequest.getConsistency()
Get consistencyReadRequest.getConsistency()
Get consistencystatic ConsistencyPreference
Returns 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.Methods in org.apache.syncope.ext.openfga.client.model with parameters of type ConsistencyPreferenceModifier and TypeMethodDescriptionBatchCheckRequest.consistency
(ConsistencyPreference consistency) CheckRequest.consistency
(ConsistencyPreference consistency) ExpandRequest.consistency
(ConsistencyPreference consistency) ListObjectsRequest.consistency
(ConsistencyPreference consistency) ListUsersRequest.consistency
(ConsistencyPreference consistency) ReadRequest.consistency
(ConsistencyPreference consistency) void
BatchCheckRequest.setConsistency
(ConsistencyPreference consistency) void
CheckRequest.setConsistency
(ConsistencyPreference consistency) void
ExpandRequest.setConsistency
(ConsistencyPreference consistency) void
ListObjectsRequest.setConsistency
(ConsistencyPreference consistency) void
ListUsersRequest.setConsistency
(ConsistencyPreference consistency) void
ReadRequest.setConsistency
(ConsistencyPreference consistency)