Uses of Class
org.openapitools.client.model.ResourceSetResources
Packages that use ResourceSetResources
-
Uses of ResourceSetResources in org.openapitools.client.api
Methods in org.openapitools.client.api that return ResourceSetResourcesModifier and TypeMethodDescriptionResourceSetApi.listResourceSetResources
(String resourceSetId) List all Resources of a resource set Lists all resources that make up the resource setMethods in org.openapitools.client.api that return types with arguments of type ResourceSetResourcesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResourceSetResources>
ResourceSetApi.listResourceSetResourcesWithHttpInfo
(String resourceSetId) List all Resources of a resource set Lists all resources that make up the resource set -
Uses of ResourceSetResources in org.openapitools.client.model
Methods in org.openapitools.client.model that return ResourceSetResourcesModifier and TypeMethodDescriptionResourceSetResources.addResourcesItem
(ResourceSetResource resourcesItem) ResourceSetResources.links
(ResourceSetResourcesLinks links) ResourceSetResources.resources
(List<ResourceSetResource> resources)