public class RetrievingRuntimeArtifactsApi extends Object
| Constructor and Description |
|---|
RetrievingRuntimeArtifactsApi() |
RetrievingRuntimeArtifactsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointCertificatesGet(String xWSO2Tenant,
String alias)
Get all the endpoint certificates for given alias.
|
com.squareup.okhttp.Call |
endpointCertificatesGetAsync(String xWSO2Tenant,
String alias,
ApiCallback<Void> callback)
Get all the endpoint certificates for given alias.
|
com.squareup.okhttp.Call |
endpointCertificatesGetCall(String xWSO2Tenant,
String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesGet
|
ApiResponse<Void> |
endpointCertificatesGetWithHttpInfo(String xWSO2Tenant,
String alias)
Get all the endpoint certificates for given alias.
|
void |
gaConfigGet(String xWSO2Tenant,
String apiId)
Get Google analytics config related to tenant.
|
com.squareup.okhttp.Call |
gaConfigGetAsync(String xWSO2Tenant,
String apiId,
ApiCallback<Void> callback)
Get Google analytics config related to tenant.
|
com.squareup.okhttp.Call |
gaConfigGetCall(String xWSO2Tenant,
String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for gaConfigGet
|
ApiResponse<Void> |
gaConfigGetWithHttpInfo(String xWSO2Tenant,
String apiId)
Get Google analytics config related to tenant.
|
ApiClient |
getApiClient() |
void |
runtimeArtifactsGet(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version)
Get all the runtime artifacts for a given API UUID and gateway label
This will provide access to runtime artifacts in database.
|
com.squareup.okhttp.Call |
runtimeArtifactsGetAsync(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version,
ApiCallback<Void> callback)
Get all the runtime artifacts for a given API UUID and gateway label (asynchronously)
This will provide access to runtime artifacts in database.
|
com.squareup.okhttp.Call |
runtimeArtifactsGetCall(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runtimeArtifactsGet
|
ApiResponse<Void> |
runtimeArtifactsGetWithHttpInfo(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version)
Get all the runtime artifacts for a given API UUID and gateway label
This will provide access to runtime artifacts in database.
|
void |
setApiClient(ApiClient apiClient) |
public RetrievingRuntimeArtifactsApi()
public RetrievingRuntimeArtifactsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call endpointCertificatesGetCall(String xWSO2Tenant, String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)alias - **Search condition**. Alias (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void endpointCertificatesGet(String xWSO2Tenant, String alias) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)alias - **Search condition**. Alias (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> endpointCertificatesGetWithHttpInfo(String xWSO2Tenant, String alias) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)alias - **Search condition**. Alias (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointCertificatesGetAsync(String xWSO2Tenant, String alias, ApiCallback<Void> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)alias - **Search condition**. Alias (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 gaConfigGetCall(String xWSO2Tenant, String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void gaConfigGet(String xWSO2Tenant, String apiId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> gaConfigGetWithHttpInfo(String xWSO2Tenant, String apiId) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call gaConfigGetAsync(String xWSO2Tenant, String apiId, ApiCallback<Void> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (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 runtimeArtifactsGetCall(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)type - **Search condition**. type of gateway (optional)name - **Search condition**. name of API (optional)version - **Search condition**. version of API (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void runtimeArtifactsGet(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)type - **Search condition**. type of gateway (optional)name - **Search condition**. name of API (optional)version - **Search condition**. version of API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> runtimeArtifactsGetWithHttpInfo(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)type - **Search condition**. type of gateway (optional)name - **Search condition**. name of API (optional)version - **Search condition**. version of API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call runtimeArtifactsGetAsync(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version, ApiCallback<Void> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)apiId - **Search condition**. Api ID (optional)gatewayLabel - **Search condition**. label associated with the APIs (optional)type - **Search condition**. type of gateway (optional)name - **Search condition**. name of API (optional)version - **Search condition**. version of 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 © 2021 WSO2 Inc. All rights reserved.