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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
applicationsApplicationIdGetCall(String applicationId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 body,
String ifMatch)
Update an application
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdPutAsync(String applicationId,
ApplicationDTO body,
String ifMatch,
ApiCallback<ApplicationDTO> callback)
Update an application (asynchronously)
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdPutCall(String applicationId,
ApplicationDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdPut
|
ApiResponse<ApplicationDTO> |
applicationsApplicationIdPutWithHttpInfo(String applicationId,
ApplicationDTO body,
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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
applicationsGetCall(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 body)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
com.squareup.okhttp.Call |
applicationsPostAsync(ApplicationDTO body,
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.
|
com.squareup.okhttp.Call |
applicationsPostCall(ApplicationDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsPost
|
ApiResponse<ApplicationDTO> |
applicationsPostWithHttpInfo(ApplicationDTO body)
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 com.squareup.okhttp.Call applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call applicationsApplicationIdGetCall(String applicationId, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call applicationsApplicationIdPutCall(String applicationId, ApplicationDTO body, String ifMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object that needs to be updated (required)ifMatch - Validator for conditional requests; based on ETag. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationDTO applicationsApplicationIdPut(String applicationId, ApplicationDTO body, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - 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 body, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - 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 com.squareup.okhttp.Call applicationsApplicationIdPutAsync(String applicationId, ApplicationDTO body, String ifMatch, ApiCallback<ApplicationDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - 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 com.squareup.okhttp.Call applicationsGetCall(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call applicationsPostCall(ApplicationDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Application object that is to be created. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationDTO applicationsPost(ApplicationDTO body) throws ApiException
body - 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 body) throws ApiException
body - 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 com.squareup.okhttp.Call applicationsPostAsync(ApplicationDTO body, ApiCallback<ApplicationDTO> callback) throws ApiException
body - 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 © 2020 WSO2 Inc. All rights reserved.