Class LinkedObjectApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
createLinkedObjectDefinition
(Class<?> T, LinkedObject linkedObject) Create a Linked Object Definition Creates a linked object definitioncreateLinkedObjectDefinition
(LinkedObject linkedObject) Create a Linked Object Definition Creates a linked object definitionorg.springframework.http.ResponseEntity<LinkedObject>
createLinkedObjectDefinitionWithHttpInfo
(LinkedObject linkedObject) Create a Linked Object Definition Creates a linked object definitioncreateLinkedObjectDefinitionWithPaginationInfo
(LinkedObject linkedObject) Create a Linked Object Definition Creates a linked object definitionvoid
deleteLinkedObjectDefinition
(String linkedObjectName) Delete a Linked Object Definition Deletes a linked object definitionorg.springframework.http.ResponseEntity<Void>
deleteLinkedObjectDefinitionWithHttpInfo
(String linkedObjectName) Delete a Linked Object Definition Deletes a linked object definitiongetLinkedObjectDefinition
(String linkedObjectName) Retrieve a Linked Object Definition Retrieves a linked object definitionorg.springframework.http.ResponseEntity<LinkedObject>
getLinkedObjectDefinitionWithHttpInfo
(String linkedObjectName) Retrieve a Linked Object Definition Retrieves a linked object definitiongetLinkedObjectDefinitionWithPaginationInfo
(String linkedObjectName) Retrieve a Linked Object Definition Retrieves a linked object definitionList all Linked Object Definitions Lists all linked object definitionsorg.springframework.http.ResponseEntity<List<LinkedObject>>
List all Linked Object Definitions Lists all linked object definitionsList all Linked Object Definitions Lists all linked object definitionsvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
LinkedObjectApi
public LinkedObjectApi() -
LinkedObjectApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createLinkedObjectDefinition
public LinkedObject createLinkedObjectDefinition(LinkedObject linkedObject) throws org.springframework.web.client.RestClientException Create a Linked Object Definition Creates a linked object definition201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
linkedObject
- (required)- Returns:
- LinkedObject
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createLinkedObjectDefinition
public <T> T createLinkedObjectDefinition(Class<?> T, LinkedObject linkedObject) throws org.springframework.web.client.RestClientException Create a Linked Object Definition Creates a linked object definition201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typelinkedObject
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createLinkedObjectDefinitionWithHttpInfo
public org.springframework.http.ResponseEntity<LinkedObject> createLinkedObjectDefinitionWithHttpInfo(LinkedObject linkedObject) throws org.springframework.web.client.RestClientException Create a Linked Object Definition Creates a linked object definition201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
linkedObject
- (required)- Returns:
- ResponseEntity<LinkedObject>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createLinkedObjectDefinitionWithPaginationInfo
public PagedList createLinkedObjectDefinitionWithPaginationInfo(LinkedObject linkedObject) throws org.springframework.web.client.RestClientException Create a Linked Object Definition Creates a linked object definition201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
linkedObject
- (required)- Returns:
- ResponseEntity<LinkedObject>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteLinkedObjectDefinition
public void deleteLinkedObjectDefinition(String linkedObjectName) throws org.springframework.web.client.RestClientException Delete a Linked Object Definition Deletes a linked object definition204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
linkedObjectName
- (required)- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteLinkedObjectDefinitionWithHttpInfo
public org.springframework.http.ResponseEntity<Void> deleteLinkedObjectDefinitionWithHttpInfo(String linkedObjectName) throws org.springframework.web.client.RestClientException Delete a Linked Object Definition Deletes a linked object definition204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
linkedObjectName
- (required)- Returns:
- ResponseEntity<Void>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getLinkedObjectDefinition
public LinkedObject getLinkedObjectDefinition(String linkedObjectName) throws org.springframework.web.client.RestClientException Retrieve a Linked Object Definition Retrieves a linked object definition200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
linkedObjectName
- (required)- Returns:
- LinkedObject
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getLinkedObjectDefinitionWithHttpInfo
public org.springframework.http.ResponseEntity<LinkedObject> getLinkedObjectDefinitionWithHttpInfo(String linkedObjectName) throws org.springframework.web.client.RestClientException Retrieve a Linked Object Definition Retrieves a linked object definition200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
linkedObjectName
- (required)- Returns:
- ResponseEntity<LinkedObject>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getLinkedObjectDefinitionWithPaginationInfo
public PagedList getLinkedObjectDefinitionWithPaginationInfo(String linkedObjectName) throws org.springframework.web.client.RestClientException Retrieve a Linked Object Definition Retrieves a linked object definition200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
linkedObjectName
- (required)- Returns:
- ResponseEntity<LinkedObject>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listLinkedObjectDefinitions
public List<LinkedObject> listLinkedObjectDefinitions() throws org.springframework.web.client.RestClientExceptionList all Linked Object Definitions Lists all linked object definitions200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- List<LinkedObject>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listLinkedObjectDefinitionsWithHttpInfo
public org.springframework.http.ResponseEntity<List<LinkedObject>> listLinkedObjectDefinitionsWithHttpInfo() throws org.springframework.web.client.RestClientExceptionList all Linked Object Definitions Lists all linked object definitions200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<LinkedObject>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listLinkedObjectDefinitionsWithPaginationInfo
public PagedList listLinkedObjectDefinitionsWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionList all Linked Object Definitions Lists all linked object definitions200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<LinkedObject>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-