public class ApplicationsApi extends Object
| Constructor and Description |
|---|
ApplicationsApi() |
ApplicationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationsApplicationIdDelete(String applicationId,
String ifMatch)
Remove an Application
This operation can be used to remove an application specifying its id.
|
okhttp3.Call |
applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
ApiCallback<Void> _callback)
Remove an Application (asynchronously)
This operation can be used to remove an application specifying its id.
|
okhttp3.Call |
applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdDelete
|
ApiResponse<Void> |
applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch)
Remove an Application
This operation can be used to remove an application specifying its id.
|
ApplicationDTO |
applicationsApplicationIdGet(String applicationId,
String ifNoneMatch)
Get Details of an Application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
okhttp3.Call |
applicationsApplicationIdGetAsync(String applicationId,
String ifNoneMatch,
ApiCallback<ApplicationDTO> _callback)
Get Details of an Application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
okhttp3.Call |
applicationsApplicationIdGetCall(String applicationId,
String ifNoneMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdGet
|
ApiResponse<ApplicationDTO> |
applicationsApplicationIdGetWithHttpInfo(String applicationId,
String ifNoneMatch)
Get Details of an Application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApplicationDTO |
applicationsApplicationIdPut(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch)
Update an Application
This operation can be used to update an application.
|
okhttp3.Call |
applicationsApplicationIdPutAsync(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch,
ApiCallback<ApplicationDTO> _callback)
Update an Application (asynchronously)
This operation can be used to update an application.
|
okhttp3.Call |
applicationsApplicationIdPutCall(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdPut
|
ApiResponse<ApplicationDTO> |
applicationsApplicationIdPutWithHttpInfo(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch)
Update an Application
This operation can be used to update an application.
|
ApplicationListDTO |
applicationsGet(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search Applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
okhttp3.Call |
applicationsGetAsync(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ApplicationListDTO> _callback)
Retrieve/Search Applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
okhttp3.Call |
applicationsGetCall(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
applicationsGetWithHttpInfo(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search Applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
ApplicationDTO |
applicationsPost(ApplicationDTO applicationDTO)
Create a New Application
This operation can be used to create a new application specifying the details of the application in the payload.
|
okhttp3.Call |
applicationsPostAsync(ApplicationDTO applicationDTO,
ApiCallback<ApplicationDTO> _callback)
Create a New Application (asynchronously)
This operation can be used to create a new application specifying the details of the application in the payload.
|
okhttp3.Call |
applicationsPostCall(ApplicationDTO applicationDTO,
ApiCallback _callback)
Build call for applicationsPost
|
ApiResponse<ApplicationDTO> |
applicationsPostWithHttpInfo(ApplicationDTO applicationDTO)
Create a New Application
This operation can be used to create a new application specifying the details of the application in the payload.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationsApi()
public ApplicationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdDelete(String applicationId, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationsApplicationIdDeleteWithHttpInfo(String applicationId, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdDeleteAsync(String applicationId, String ifMatch, ApiCallback<Void> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call applicationsApplicationIdGetCall(String applicationId, String ifNoneMatch, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationDTO applicationsApplicationIdGet(String applicationId, String ifNoneMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationDTO> applicationsApplicationIdGetWithHttpInfo(String applicationId, String ifNoneMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdGetAsync(String applicationId, String ifNoneMatch, ApiCallback<ApplicationDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call applicationsApplicationIdPutCall(String applicationId, ApplicationDTO applicationDTO, String ifMatch, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationDTO - Application object that needs to be updated (required)ifMatch - Validator for conditional requests; based on ETag. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationDTO applicationsApplicationIdPut(String applicationId, ApplicationDTO applicationDTO, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationDTO - Application object that needs to be updated (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationDTO> applicationsApplicationIdPutWithHttpInfo(String applicationId, ApplicationDTO applicationDTO, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationDTO - Application object that needs to be updated (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdPutAsync(String applicationId, ApplicationDTO applicationDTO, String ifMatch, ApiCallback<ApplicationDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationDTO - Application object that needs to be updated (required)ifMatch - Validator for conditional requests; based on ETag. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call applicationsGetCall(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) throws ApiException
groupId - Application Group Id (optional)query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)sortBy - (optional)sortOrder - (optional)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationListDTO applicationsGet(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch) throws ApiException
groupId - Application Group Id (optional)query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)sortBy - (optional)sortOrder - (optional)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationListDTO> applicationsGetWithHttpInfo(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch) throws ApiException
groupId - Application Group Id (optional)query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)sortBy - (optional)sortOrder - (optional)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsGetAsync(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ApplicationListDTO> _callback) throws ApiException
groupId - Application Group Id (optional)query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)sortBy - (optional)sortOrder - (optional)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call applicationsPostCall(ApplicationDTO applicationDTO, ApiCallback _callback) throws ApiException
applicationDTO - Application object that is to be created. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationDTO applicationsPost(ApplicationDTO applicationDTO) throws ApiException
applicationDTO - Application object that is to be created. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationDTO> applicationsPostWithHttpInfo(ApplicationDTO applicationDTO) throws ApiException
applicationDTO - Application object that is to be created. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsPostAsync(ApplicationDTO applicationDTO, ApiCallback<ApplicationDTO> _callback) throws ApiException
applicationDTO - Application object that is to be created. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.