Uses of Class
co.yellowdog.platform.interaction.objectstore.ObjectPathsRequest
Packages that use ObjectPathsRequest
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
Defines types used in the request/response interactions with the YellowDog Object Store Service.
-
Uses of ObjectPathsRequest in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore with parameters of type ObjectPathsRequestModifier and TypeMethodDescriptionObjectStoreClient.getNamespaceObjectPaths
(ObjectPathsRequest request) Return all object paths that match the request.ObjectStoreClientImpl.getNamespaceObjectPaths
(@NonNull ObjectPathsRequest request) ObjectStoreClient.streamNamespaceObjectPaths
(ObjectPathsRequest request) ObjectStoreClientImpl.streamNamespaceObjectPaths
(@NonNull ObjectPathsRequest request) -
Uses of ObjectPathsRequest in co.yellowdog.platform.interaction.objectstore
Subclasses with type arguments of type ObjectPathsRequest in co.yellowdog.platform.interaction.objectstoreMethods in co.yellowdog.platform.interaction.objectstore that return ObjectPathsRequest