@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.LinkedObjectApi") public class LinkedObjectApi extends Object
Constructor and Description |
---|
LinkedObjectApi() |
LinkedObjectApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createLinkedObjectDefinition(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(String linkedObjectName)
Delete a Linked Object Definition
Deletes a linked object definition
|
ApiClient |
getApiClient() |
LinkedObject |
getLinkedObjectDefinition(String linkedObjectName)
Retrieve a Linked Object Definition
Retrieves a linked object definition
|
PagedList |
getLinkedObjectDefinitionWithPaginationInfo(String linkedObjectName)
Retrieve a Linked Object Definition
Retrieves a linked object definition
|
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(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(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(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(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 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–2023 Okta. All rights reserved.