Uses of Class
org.openapitools.client.model.ResourceSetBindings
Packages that use ResourceSetBindings
-
Uses of ResourceSetBindings in org.openapitools.client.api
Methods in org.openapitools.client.api that return ResourceSetBindingsModifier and TypeMethodDescriptionResourceSetApi.listBindings
(String resourceSetId, String after) List all Bindings Lists all resource set bindings with pagination supportMethods in org.openapitools.client.api that return types with arguments of type ResourceSetBindingsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResourceSetBindings>
ResourceSetApi.listBindingsWithHttpInfo
(String resourceSetId, String after) List all Bindings Lists all resource set bindings with pagination support -
Uses of ResourceSetBindings in org.openapitools.client.model
Methods in org.openapitools.client.model that return ResourceSetBindingsModifier and TypeMethodDescriptionResourceSetBindings.addRolesItem
(ResourceSetBindingRole rolesItem) ResourceSetBindings.links
(ResourceSetBindingResponseLinks links) ResourceSetBindings.roles
(List<ResourceSetBindingRole> roles)