Uses of Class
org.apache.syncope.ext.openfga.client.model.StreamResultOfStreamedListObjectsResponse
Packages that use StreamResultOfStreamedListObjectsResponse
Package
Description
-
Uses of StreamResultOfStreamedListObjectsResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return StreamResultOfStreamedListObjectsResponseModifier and TypeMethodDescriptionRelationshipQueriesApi.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.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type StreamResultOfStreamedListObjectsResponseModifier and TypeMethodDescriptionRelationshipQueriesApi.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 StreamResultOfStreamedListObjectsResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return StreamResultOfStreamedListObjectsResponseModifier and TypeMethodDescriptionStreamResultOfStreamedListObjectsResponse.result(StreamedListObjectsResponse result)