public class ApplicationIndividualApi extends Object
| Constructor and Description |
|---|
ApplicationIndividualApi() |
ApplicationIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationsApplicationIdDelete(String applicationId,
String ifMatch,
String ifUnmodifiedSince)
Remove an application
This operation can be used to remove an application specifying its id.
|
com.squareup.okhttp.Call |
applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Remove an application (asynchronously)
This operation can be used to remove an application specifying its id.
|
ApiResponse<Void> |
applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch,
String ifUnmodifiedSince)
Remove an application
This operation can be used to remove an application specifying its id.
|
Application |
applicationsApplicationIdGet(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
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 accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Application> 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.
|
ApiResponse<Application> |
applicationsApplicationIdGetWithHttpInfo(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApplicationKey |
applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId,
String accept)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId,
String keyType,
String groupId,
String accept,
ApiCallback<ApplicationKey> callback)
Get key details of a given type (asynchronously)
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
ApiResponse<ApplicationKey> |
applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId,
String accept)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
ApplicationKey |
applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKey body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypePutAsync(String applicationId,
String keyType,
ApplicationKey body,
ApiCallback<ApplicationKey> callback)
Update grant types and callback url of an application (asynchronously)
This operation can be used to update grant types and callback url of an application.
|
ApiResponse<ApplicationKey> |
applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKey body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
Application |
applicationsApplicationIdPut(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdPutAsync(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Application> callback)
Update an application (asynchronously)
This operation can be used to update an application.
|
ApiResponse<Application> |
applicationsApplicationIdPutWithHttpInfo(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
ApplicationKey |
applicationsGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Generate keys for application
This operation can be used to generate client Id and client secret for an application
|
com.squareup.okhttp.Call |
applicationsGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationKey> callback)
Generate keys for application (asynchronously)
This operation can be used to generate client Id and client secret for an application
|
ApiResponse<ApplicationKey> |
applicationsGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Generate keys for application
This operation can be used to generate client Id and client secret for an application
|
Application |
applicationsPost(Application body,
String contentType)
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(Application body,
String contentType,
ApiCallback<Application> 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.
|
ApiResponse<Application> |
applicationsPostWithHttpInfo(Application body,
String contentType)
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 ApplicationIndividualApi()
public ApplicationIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void applicationsApplicationIdDelete(String applicationId, String ifMatch, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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, String ifUnmodifiedSince, 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)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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 Application applicationsApplicationIdGet(String applicationId, String accept, String ifNoneMatch, String ifModifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Application> applicationsApplicationIdGetWithHttpInfo(String applicationId, String accept, String ifNoneMatch, String ifModifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (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 accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<Application> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (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 ApplicationKey applicationsApplicationIdKeysKeyTypeGet(String applicationId, String keyType, String groupId, String accept) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKey> applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId, String keyType, String groupId, String accept) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId, String keyType, String groupId, String accept, ApiCallback<ApplicationKey> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)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 ApplicationKey applicationsApplicationIdKeysKeyTypePut(String applicationId, String keyType, ApplicationKey body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKey> applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId, String keyType, ApplicationKey body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypePutAsync(String applicationId, String keyType, ApplicationKey body, ApiCallback<ApplicationKey> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (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 objectpublic Application applicationsApplicationIdPut(String applicationId, Application body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object that needs to be updated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Application> applicationsApplicationIdPutWithHttpInfo(String applicationId, Application body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object that needs to be updated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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, Application body, String contentType, String ifMatch, String ifUnmodifiedSince, ApiCallback<Application> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object that needs to be updated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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 ApplicationKey applicationsGenerateKeysPost(String applicationId, ApplicationKeyGenerateRequest body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object the keys of which are to be generated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKey> applicationsGenerateKeysPostWithHttpInfo(String applicationId, ApplicationKeyGenerateRequest body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object the keys of which are to be generated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsGenerateKeysPostAsync(String applicationId, ApplicationKeyGenerateRequest body, String contentType, String ifMatch, String ifUnmodifiedSince, ApiCallback<ApplicationKey> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application object the keys of which are to be generated (required)contentType - Media type of the entity in the body. Default is application/json. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (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 Application applicationsPost(Application body, String contentType) throws ApiException
body - Application object that is to be created. (required)contentType - Media type of the entity in the body. Default is application/json. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Application> applicationsPostWithHttpInfo(Application body, String contentType) throws ApiException
body - Application object that is to be created. (required)contentType - Media type of the entity in the body. Default is application/json. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsPostAsync(Application body, String contentType, ApiCallback<Application> callback) throws ApiException
body - Application object that is to be created. (required)contentType - Media type of the entity in the body. Default is application/json. (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 © 2018 WSO2 Inc. All rights reserved.