Uses of Class
org.apache.syncope.ext.openfga.client.model.ReadResponse
Packages that use ReadResponse
Package
Description
-
Uses of ReadResponse in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client that return ReadResponse -
Uses of ReadResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return ReadResponseModifier and TypeMethodDescriptionRelationshipTuplesApi.read
(String storeId, ReadRequest body) Get tuples from the store that matches a query, without following userset rewrite rules The Read API will return the tuples for a certain store that match a query filter specified in the body of the request.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type ReadResponseModifier and TypeMethodDescriptionRelationshipTuplesApi.readWithHttpInfo
(String storeId, ReadRequest body) Get tuples from the store that matches a query, without following userset rewrite rules The Read API will return the tuples for a certain store that match a query filter specified in the body of the request. -
Uses of ReadResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ReadResponseModifier and TypeMethodDescriptionReadResponse.addTuplesItem
(Tuple tuplesItem) ReadResponse.continuationToken
(String continuationToken)