public class ApplicationCollectionApi extends Object
| Constructor and Description |
|---|
ApplicationCollectionApi() |
ApplicationCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
applicationsGet(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
com.squareup.okhttp.Call |
applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
com.squareup.okhttp.Call |
applicationsGetCall(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
applicationsGetWithHttpInfo(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationCollectionApi()
public ApplicationCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationsGetCall(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
user - username of the application creator (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)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 (Will be supported in future). (optional)tenantDomain - Tenant domain of the applications to get. This has to be specified only if require to get applications of another tenant other than the requester's tenant. So, if not specified, the default will be set as the requester's tenant domain. This cross tenant Application access is allowed only for super tenant admin users only at a migration process. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationListDTO applicationsGet(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String tenantDomain) throws ApiException
user - username of the application creator (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)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 (Will be supported in future). (optional)tenantDomain - Tenant domain of the applications to get. This has to be specified only if require to get applications of another tenant other than the requester's tenant. So, if not specified, the default will be set as the requester's tenant domain. This cross tenant Application access is allowed only for super tenant admin users only at a migration process. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationListDTO> applicationsGetWithHttpInfo(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String tenantDomain) throws ApiException
user - username of the application creator (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)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 (Will be supported in future). (optional)tenantDomain - Tenant domain of the applications to get. This has to be specified only if require to get applications of another tenant other than the requester's tenant. So, if not specified, the default will be set as the requester's tenant domain. This cross tenant Application access is allowed only for super tenant admin users only at a migration process. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsGetAsync(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String tenantDomain, ApiCallback<ApplicationListDTO> callback) throws ApiException
user - username of the application creator (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)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 (Will be supported in future). (optional)tenantDomain - Tenant domain of the applications to get. This has to be specified only if require to get applications of another tenant other than the requester's tenant. So, if not specified, the default will be set as the requester's tenant domain. This cross tenant Application access is allowed only for super tenant admin users only at a migration process. (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 objectCopyright © 2020 WSO2 Inc. All rights reserved.