public class GlobalMediationPolicyApi extends Object
| Constructor and Description |
|---|
GlobalMediationPolicyApi() |
GlobalMediationPolicyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
getGlobalMediationPolicyContent(String mediationPolicyId,
String ifNoneMatch)
Downloadt specific global mediation policy
This operation can be used to download a particular global mediation policy.
|
com.squareup.okhttp.Call |
getGlobalMediationPolicyContentAsync(String mediationPolicyId,
String ifNoneMatch,
ApiCallback<Void> callback)
Downloadt specific global mediation policy (asynchronously)
This operation can be used to download a particular global mediation policy.
|
com.squareup.okhttp.Call |
getGlobalMediationPolicyContentCall(String mediationPolicyId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getGlobalMediationPolicyContent
|
ApiResponse<Void> |
getGlobalMediationPolicyContentWithHttpInfo(String mediationPolicyId,
String ifNoneMatch)
Downloadt specific global mediation policy
This operation can be used to download a particular global mediation policy.
|
void |
setApiClient(ApiClient apiClient) |
public GlobalMediationPolicyApi()
public GlobalMediationPolicyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getGlobalMediationPolicyContentCall(String mediationPolicyId, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mediationPolicyId - Mediation policy Id (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void getGlobalMediationPolicyContent(String mediationPolicyId, String ifNoneMatch) throws ApiException
mediationPolicyId - Mediation policy Id (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> getGlobalMediationPolicyContentWithHttpInfo(String mediationPolicyId, String ifNoneMatch) throws ApiException
mediationPolicyId - Mediation policy Id (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getGlobalMediationPolicyContentAsync(String mediationPolicyId, String ifNoneMatch, ApiCallback<Void> callback) throws ApiException
mediationPolicyId - Mediation policy Id (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (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.