@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.LinkedObjectApi")
public class LinkedObjectApi
extends java.lang.Object
Constructor and Description |
---|
LinkedObjectApi() |
LinkedObjectApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createLinkedObjectDefinition(java.lang.Class<?> T,
LinkedObject linkedObject)
Create a Linked Object Definition
Creates a linked object definition
|
LinkedObject |
createLinkedObjectDefinition(LinkedObject linkedObject)
Create a Linked Object Definition
Creates a linked object definition
|
PagedList |
createLinkedObjectDefinitionWithPaginationInfo(LinkedObject linkedObject)
Create a Linked Object Definition
Creates a linked object definition
|
void |
deleteLinkedObjectDefinition(java.lang.String linkedObjectName)
Delete a Linked Object Definition
Deletes a linked object definition
|
ApiClient |
getApiClient() |
LinkedObject |
getLinkedObjectDefinition(java.lang.String linkedObjectName)
Retrieve a Linked Object Definition
Retrieves a linked object definition
|
PagedList |
getLinkedObjectDefinitionWithPaginationInfo(java.lang.String linkedObjectName)
Retrieve a Linked Object Definition
Retrieves a linked object definition
|
java.util.List<LinkedObject> |
listLinkedObjectDefinitions()
List all Linked Object Definitions
Lists all linked object definitions
|
PagedList |
listLinkedObjectDefinitionsWithPaginationInfo()
List all Linked Object Definitions
Lists all linked object definitions
|
void |
setApiClient(ApiClient apiClient) |
public LinkedObjectApi()
@Autowired public LinkedObjectApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public LinkedObject createLinkedObjectDefinition(LinkedObject linkedObject) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
linkedObject
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createLinkedObjectDefinition(java.lang.Class<?> T, LinkedObject linkedObject) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typelinkedObject
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createLinkedObjectDefinitionWithPaginationInfo(LinkedObject linkedObject) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
linkedObject
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteLinkedObjectDefinition(java.lang.String linkedObjectName) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
linkedObjectName
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LinkedObject getLinkedObjectDefinition(java.lang.String linkedObjectName) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
linkedObjectName
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getLinkedObjectDefinitionWithPaginationInfo(java.lang.String linkedObjectName) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
linkedObjectName
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<LinkedObject> listLinkedObjectDefinitions() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listLinkedObjectDefinitionsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.