public class GlobalMediationPoliciesApi extends Object
| Constructor and Description |
|---|
GlobalMediationPoliciesApi() |
GlobalMediationPoliciesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
MediationListDTO |
getAllGlobalMediationPolicies(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all global level mediation policies
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
getAllGlobalMediationPoliciesAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<MediationListDTO> callback)
Get all global level mediation policies (asynchronously)
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
getAllGlobalMediationPoliciesCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllGlobalMediationPolicies
|
ApiResponse<MediationListDTO> |
getAllGlobalMediationPoliciesWithHttpInfo(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all global level mediation policies
This operation provides you a list of available all global level mediation policies.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GlobalMediationPoliciesApi()
public GlobalMediationPoliciesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getAllGlobalMediationPoliciesCall(Integer limit, Integer offset, String query, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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)query - -Not supported yet- (optional)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 MediationListDTO getAllGlobalMediationPolicies(Integer limit, Integer offset, String query, String ifNoneMatch) throws ApiException
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)query - -Not supported yet- (optional)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<MediationListDTO> getAllGlobalMediationPoliciesWithHttpInfo(Integer limit, Integer offset, String query, String ifNoneMatch) throws ApiException
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)query - -Not supported yet- (optional)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 getAllGlobalMediationPoliciesAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<MediationListDTO> callback) throws ApiException
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)query - -Not supported yet- (optional)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.