@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.ResourceSetApi")
public class ResourceSetApi
extends java.lang.Object
Constructor and Description |
---|
ResourceSetApi() |
ResourceSetApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
addMembersToBinding(java.lang.Class<?> T,
java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
ResourceSetBindingAddMembersRequest instance)
Add more Members to a binding
Creates more members to a resource set binding
|
ResourceSetBindingResponse |
addMembersToBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
ResourceSetBindingAddMembersRequest instance)
Add more Members to a binding
Creates more members to a resource set binding
|
PagedList |
addMembersToBindingWithPaginationInfo(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
ResourceSetBindingAddMembersRequest instance)
Add more Members to a binding
Creates more members to a resource set binding
|
<T> T |
addResourceSetResource(java.lang.Class<?> T,
java.lang.String resourceSetId,
ResourceSetResourcePatchRequest instance)
Add a Resource to a resource set
Creates more resources to a resource set
|
ResourceSet |
addResourceSetResource(java.lang.String resourceSetId,
ResourceSetResourcePatchRequest instance)
Add a Resource to a resource set
Creates more resources to a resource set
|
PagedList |
addResourceSetResourceWithPaginationInfo(java.lang.String resourceSetId,
ResourceSetResourcePatchRequest instance)
Add a Resource to a resource set
Creates more resources to a resource set
|
<T> T |
createResourceSet(java.lang.Class<?> T,
ResourceSet instance)
Create a Resource Set
Creates a new resource set
|
ResourceSet |
createResourceSet(ResourceSet instance)
Create a Resource Set
Creates a new resource set
|
<T> T |
createResourceSetBinding(java.lang.Class<?> T,
java.lang.String resourceSetId,
ResourceSetBindingCreateRequest instance)
Create a Resource Set Binding
Creates a new resource set binding
|
ResourceSetBindingResponse |
createResourceSetBinding(java.lang.String resourceSetId,
ResourceSetBindingCreateRequest instance)
Create a Resource Set Binding
Creates a new resource set binding
|
PagedList |
createResourceSetBindingWithPaginationInfo(java.lang.String resourceSetId,
ResourceSetBindingCreateRequest instance)
Create a Resource Set Binding
Creates a new resource set binding
|
PagedList |
createResourceSetWithPaginationInfo(ResourceSet instance)
Create a Resource Set
Creates a new resource set
|
void |
deleteBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel)
Delete a Binding
Deletes a resource set binding by `resourceSetId` and `roleIdOrLabel`
|
void |
deleteResourceSet(java.lang.String resourceSetId)
Delete a Resource Set
Deletes a role by `resourceSetId`
|
void |
deleteResourceSetResource(java.lang.String resourceSetId,
java.lang.String resourceId)
Delete a Resource from a resource set
Deletes a resource identified by `resourceId` from a resource set
|
ApiClient |
getApiClient() |
ResourceSetBindingResponse |
getBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel)
Retrieve a Binding
Retrieves a resource set binding by `resourceSetId` and `roleIdOrLabel`
|
PagedList |
getBindingWithPaginationInfo(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel)
Retrieve a Binding
Retrieves a resource set binding by `resourceSetId` and `roleIdOrLabel`
|
ResourceSetBindingMember |
getMemberOfBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
java.lang.String memberId)
Retrieve a Member of a binding
Retreieves a member identified by `memberId` for a binding
|
PagedList |
getMemberOfBindingWithPaginationInfo(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
java.lang.String memberId)
Retrieve a Member of a binding
Retreieves a member identified by `memberId` for a binding
|
ResourceSet |
getResourceSet(java.lang.String resourceSetId)
Retrieve a Resource Set
Retrieves a resource set by `resourceSetId`
|
PagedList |
getResourceSetWithPaginationInfo(java.lang.String resourceSetId)
Retrieve a Resource Set
Retrieves a resource set by `resourceSetId`
|
ResourceSetBindings |
listBindings(java.lang.String resourceSetId,
java.lang.String after)
List all Bindings
Lists all resource set bindings with pagination support
|
PagedList |
listBindingsWithPaginationInfo(java.lang.String resourceSetId,
java.lang.String after)
List all Bindings
Lists all resource set bindings with pagination support
|
ResourceSetBindingMembers |
listMembersOfBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
java.lang.String after)
List all Members of a binding
Lists all members of a resource set binding with pagination support
|
PagedList |
listMembersOfBindingWithPaginationInfo(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
java.lang.String after)
List all Members of a binding
Lists all members of a resource set binding with pagination support
|
ResourceSetResources |
listResourceSetResources(java.lang.String resourceSetId)
List all Resources of a resource set
Lists all resources that make up the resource set
|
PagedList |
listResourceSetResourcesWithPaginationInfo(java.lang.String resourceSetId)
List all Resources of a resource set
Lists all resources that make up the resource set
|
ResourceSets |
listResourceSets(java.lang.String after)
List all Resource Sets
Lists all resource sets with pagination support
|
PagedList |
listResourceSetsWithPaginationInfo(java.lang.String after)
List all Resource Sets
Lists all resource sets with pagination support
|
<T> T |
replaceResourceSet(java.lang.Class<?> T,
java.lang.String resourceSetId,
ResourceSet instance)
Replace a Resource Set
Replaces a resource set by `resourceSetId`
|
ResourceSet |
replaceResourceSet(java.lang.String resourceSetId,
ResourceSet instance)
Replace a Resource Set
Replaces a resource set by `resourceSetId`
|
PagedList |
replaceResourceSetWithPaginationInfo(java.lang.String resourceSetId,
ResourceSet instance)
Replace a Resource Set
Replaces a resource set by `resourceSetId`
|
void |
setApiClient(ApiClient apiClient) |
void |
unassignMemberFromBinding(java.lang.String resourceSetId,
java.lang.String roleIdOrLabel,
java.lang.String memberId)
Unassign a Member from a binding
Unassigns a member identified by `memberId` from a binding
|
public ResourceSetApi()
@Autowired public ResourceSetApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ResourceSetBindingResponse addMembersToBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, ResourceSetBindingAddMembersRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T addMembersToBinding(java.lang.Class<?> T, java.lang.String resourceSetId, java.lang.String roleIdOrLabel, ResourceSetBindingAddMembersRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeresourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList addMembersToBindingWithPaginationInfo(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, ResourceSetBindingAddMembersRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSet addResourceSetResource(java.lang.String resourceSetId, ResourceSetResourcePatchRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T addResourceSetResource(java.lang.Class<?> T, java.lang.String resourceSetId, ResourceSetResourcePatchRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeresourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList addResourceSetResourceWithPaginationInfo(java.lang.String resourceSetId, ResourceSetResourcePatchRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSet createResourceSet(ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createResourceSet(java.lang.Class<?> T, ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeinstance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createResourceSetWithPaginationInfo(ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetBindingResponse createResourceSetBinding(java.lang.String resourceSetId, ResourceSetBindingCreateRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createResourceSetBinding(java.lang.Class<?> T, java.lang.String resourceSetId, ResourceSetBindingCreateRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeresourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createResourceSetBindingWithPaginationInfo(java.lang.String resourceSetId, ResourceSetBindingCreateRequest instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteResourceSet(java.lang.String resourceSetId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteResourceSetResource(java.lang.String resourceSetId, java.lang.String resourceId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)resourceId
- `id` of a resource (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetBindingResponse getBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getBindingWithPaginationInfo(java.lang.String resourceSetId, java.lang.String roleIdOrLabel) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetBindingMember getMemberOfBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, java.lang.String memberId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)memberId
- `id` of a member (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getMemberOfBindingWithPaginationInfo(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, java.lang.String memberId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)memberId
- `id` of a member (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSet getResourceSet(java.lang.String resourceSetId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getResourceSetWithPaginationInfo(java.lang.String resourceSetId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetBindings listBindings(java.lang.String resourceSetId, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listBindingsWithPaginationInfo(java.lang.String resourceSetId, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetBindingMembers listMembersOfBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listMembersOfBindingWithPaginationInfo(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSetResources listResourceSetResources(java.lang.String resourceSetId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listResourceSetResourcesWithPaginationInfo(java.lang.String resourceSetId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSets listResourceSets(java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listResourceSetsWithPaginationInfo(java.lang.String after) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ResourceSet replaceResourceSet(java.lang.String resourceSetId, ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceResourceSet(java.lang.Class<?> T, java.lang.String resourceSetId, ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeresourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceResourceSetWithPaginationInfo(java.lang.String resourceSetId, ResourceSet instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void unassignMemberFromBinding(java.lang.String resourceSetId, java.lang.String roleIdOrLabel, java.lang.String memberId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
resourceSetId
- `id` of a resource set (required)roleIdOrLabel
- `id` or `label` of the role (required)memberId
- `id` of a member (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.