public class GetApiInfoApi extends Object
| Constructor and Description |
|---|
GetApiInfoApi() |
GetApiInfoApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
APIInfoDTO |
apisApiIdGet(String apiId,
String tenantDomain)
Get the subscription information of an api by providing the api uuid.
|
com.squareup.okhttp.Call |
apisApiIdGetAsync(String apiId,
String tenantDomain,
ApiCallback<APIInfoDTO> callback)
Get the subscription information of an api by providing the api uuid.
|
com.squareup.okhttp.Call |
apisApiIdGetCall(String apiId,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGet
|
ApiResponse<APIInfoDTO> |
apisApiIdGetWithHttpInfo(String apiId,
String tenantDomain)
Get the subscription information of an api by providing the api uuid.
|
APIListDTO |
apisGet(String context,
String version,
String tenantDomain)
Get the list of APIS by providing context and version.
|
com.squareup.okhttp.Call |
apisGetAsync(String context,
String version,
String tenantDomain,
ApiCallback<APIListDTO> callback)
Get the list of APIS by providing context and version.
|
com.squareup.okhttp.Call |
apisGetCall(String context,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisGet
|
ApiResponse<APIListDTO> |
apisGetWithHttpInfo(String context,
String version,
String tenantDomain)
Get the list of APIS by providing context and version.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GetApiInfoApi()
public GetApiInfoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdGetCall(String apiId, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - API ID of the API (required)tenantDomain - Tenant Domain of the API (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APIInfoDTO apisApiIdGet(String apiId, String tenantDomain) throws ApiException
apiId - API ID of the API (required)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIInfoDTO> apisApiIdGetWithHttpInfo(String apiId, String tenantDomain) throws ApiException
apiId - API ID of the API (required)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGetAsync(String apiId, String tenantDomain, ApiCallback<APIInfoDTO> callback) throws ApiException
apiId - API ID of the API (required)tenantDomain - Tenant Domain of the API (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 apisGetCall(String context, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
context - Context of the API (optional)version - version of the API (optional)tenantDomain - Tenant Domain of the API (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic APIListDTO apisGet(String context, String version, String tenantDomain) throws ApiException
context - Context of the API (optional)version - version of the API (optional)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIListDTO> apisGetWithHttpInfo(String context, String version, String tenantDomain) throws ApiException
context - Context of the API (optional)version - version of the API (optional)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisGetAsync(String context, String version, String tenantDomain, ApiCallback<APIListDTO> callback) throws ApiException
context - Context of the API (optional)version - version of the API (optional)tenantDomain - Tenant Domain of the API (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 © 2022 WSO2 Inc. All rights reserved.