public class GetApiArtifactsApi extends Object
| Constructor and Description |
|---|
GetApiArtifactsApi() |
GetApiArtifactsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
APIArtifactDTO |
apiArtifactGet(String apiName,
String version,
String tenantDomain)
Get API artifact from the storage
This operation is used to get the local entries, sequences and endpoints from the storage.
|
com.squareup.okhttp.Call |
apiArtifactGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<APIArtifactDTO> callback)
Get API artifact from the storage (asynchronously)
This operation is used to get the local entries, sequences and endpoints from the storage.
|
com.squareup.okhttp.Call |
apiArtifactGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiArtifactGet
|
ApiResponse<APIArtifactDTO> |
apiArtifactGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get API artifact from the storage
This operation is used to get the local entries, sequences and endpoints from the storage.
|
EndpointsDTO |
endPointsGet(String apiName,
String version,
String tenantDomain)
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
com.squareup.okhttp.Call |
endPointsGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<EndpointsDTO> callback)
Get end-points from the storage for the API (asynchronously)
This operation is used to get the end-points from the storage.
|
com.squareup.okhttp.Call |
endPointsGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endPointsGet
|
ApiResponse<EndpointsDTO> |
endPointsGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
ApiClient |
getApiClient() |
LocalEntryDTO |
localEntryGet(String apiName,
String version,
String tenantDomain)
Get Local Entry from the storage
This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
|
com.squareup.okhttp.Call |
localEntryGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<LocalEntryDTO> callback)
Get Local Entry from the storage (asynchronously)
This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
|
com.squareup.okhttp.Call |
localEntryGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for localEntryGet
|
ApiResponse<LocalEntryDTO> |
localEntryGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get Local Entry from the storage
This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
|
SequencesDTO |
sequenceGet(String apiName,
String version,
String tenantDomain)
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
com.squareup.okhttp.Call |
sequenceGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<SequencesDTO> callback)
Get sequences from the storage (asynchronously)
This operation is used to get the API sequence from the storage.
|
com.squareup.okhttp.Call |
sequenceGetCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sequenceGet
|
ApiResponse<SequencesDTO> |
sequenceGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
void |
setApiClient(ApiClient apiClient) |
public GetApiArtifactsApi()
public GetApiArtifactsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apiArtifactGetCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiName - Name of the API (required)version - version 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 APIArtifactDTO apiArtifactGet(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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<APIArtifactDTO> apiArtifactGetWithHttpInfo(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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 apiArtifactGetAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback) throws ApiException
apiName - Name of the API (required)version - version 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 endPointsGetCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiName - Name of the API (required)version - version 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 EndpointsDTO endPointsGet(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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<EndpointsDTO> endPointsGetWithHttpInfo(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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 endPointsGetAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) throws ApiException
apiName - Name of the API (required)version - version 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 localEntryGetCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiName - Name of the API (required)version - version 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 LocalEntryDTO localEntryGet(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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<LocalEntryDTO> localEntryGetWithHttpInfo(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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 localEntryGetAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback) throws ApiException
apiName - Name of the API (required)version - version 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 sequenceGetCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiName - Name of the API (required)version - version 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 SequencesDTO sequenceGet(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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<SequencesDTO> sequenceGetWithHttpInfo(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version 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 sequenceGetAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) throws ApiException
apiName - Name of the API (required)version - version 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 objectCopyright © 2021 WSO2 Inc. All rights reserved.