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 ConsistencyPreferenceBatchCheckRequest.getConsistency()Get consistencyCheckRequest.getConsistency()Get consistencyExpandRequest.getConsistency()Get consistencyListObjectsRequest.getConsistency()Get consistencyListUsersRequest.getConsistency()Get consistencyReadRequest.getConsistency()Get consistencystatic 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.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) voidBatchCheckRequest.setConsistency(ConsistencyPreference consistency) voidCheckRequest.setConsistency(ConsistencyPreference consistency) voidExpandRequest.setConsistency(ConsistencyPreference consistency) voidListObjectsRequest.setConsistency(ConsistencyPreference consistency) voidListUsersRequest.setConsistency(ConsistencyPreference consistency) voidReadRequest.setConsistency(ConsistencyPreference consistency)