Uses of Class
org.apache.syncope.ext.openfga.client.model.ListObjectsRequest
Packages that use ListObjectsRequest
Package
Description
-
Uses of ListObjectsRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type ListObjectsRequestModifier and TypeMethodDescriptionRelationshipQueriesApi.listObjects(String storeId, ListObjectsRequest body) List all objects of the given type that the user has a relation with The ListObjects API returns a list of all the objects of the given type that the user has a relation with.RelationshipQueriesApi.listObjects(String storeId, ListObjectsRequest body, Map<String, String> headers) List all objects of the given type that the user has a relation with The ListObjects API returns a list of all the objects of the given type that the user has a relation with.RelationshipQueriesApi.listObjectsWithHttpInfo(String storeId, ListObjectsRequest body) List all objects of the given type that the user has a relation with The ListObjects API returns a list of all the objects of the given type that the user has a relation with.RelationshipQueriesApi.listObjectsWithHttpInfo(String storeId, ListObjectsRequest body, Map<String, String> headers) List all objects of the given type that the user has a relation with The ListObjects API returns a list of all the objects of the given type that the user has a relation with.RelationshipQueriesApi.streamedListObjects(String storeId, ListObjectsRequest body) Stream all objects of the given type that the user has a relation with The Streamed ListObjects API is very similar to the the ListObjects API, with two differences: 1.RelationshipQueriesApi.streamedListObjects(String storeId, ListObjectsRequest body, Map<String, String> headers) Stream all objects of the given type that the user has a relation with The Streamed ListObjects API is very similar to the the ListObjects API, with two differences: 1.RelationshipQueriesApi.streamedListObjectsWithHttpInfo(String storeId, ListObjectsRequest body) Stream all objects of the given type that the user has a relation with The Streamed ListObjects API is very similar to the the ListObjects API, with two differences: 1.RelationshipQueriesApi.streamedListObjectsWithHttpInfo(String storeId, ListObjectsRequest body, Map<String, String> headers) Stream all objects of the given type that the user has a relation with The Streamed ListObjects API is very similar to the the ListObjects API, with two differences: 1. -
Uses of ListObjectsRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ListObjectsRequestModifier and TypeMethodDescriptionListObjectsRequest.authorizationModelId(String authorizationModelId) ListObjectsRequest.consistency(ConsistencyPreference consistency) ListObjectsRequest.contextualTuples(ContextualTupleKeys contextualTuples)