Uses of Class
org.apache.syncope.ext.openfga.client.model.BatchCheckSingleResult
Packages that use BatchCheckSingleResult
-
Uses of BatchCheckSingleResult in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return BatchCheckSingleResultMethods in org.apache.syncope.ext.openfga.client.model that return types with arguments of type BatchCheckSingleResultModifier and TypeMethodDescriptionBatchCheckResponse.getResult()
map keys are the correlation_id values from the BatchCheckItems in the requestMethods in org.apache.syncope.ext.openfga.client.model with parameters of type BatchCheckSingleResultModifier and TypeMethodDescriptionBatchCheckResponse.putResultItem
(String key, BatchCheckSingleResult resultItem) Method parameters in org.apache.syncope.ext.openfga.client.model with type arguments of type BatchCheckSingleResultModifier and TypeMethodDescriptionBatchCheckResponse.result
(Map<String, BatchCheckSingleResult> result) void
BatchCheckResponse.setResult
(Map<String, BatchCheckSingleResult> result)