Uses of Class
org.apache.syncope.ext.openfga.client.model.ListObjectsResponse
Packages that use ListObjectsResponse
Package
Description
-
Uses of ListObjectsResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return ListObjectsResponseModifier 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.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type ListObjectsResponseModifier and TypeMethodDescriptionRelationshipQueriesApi.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. -
Uses of ListObjectsResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ListObjectsResponse