public class SearchApi extends Object
| Constructor and Description |
|---|
SearchApi() |
SearchApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
searchContactsListsGet(String q,
Integer page,
Integer limit)
Get list of searched contact list
Get list of searched contact list
|
com.squareup.okhttp.Call |
searchContactsListsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of searched contact list (asynchronously)
Get list of searched contact list
|
com.squareup.okhttp.Call |
searchContactsListsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchContactsListsGet
|
ApiResponse<String> |
searchContactsListsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get list of searched contact list
Get list of searched contact list
|
void |
setApiClient(ApiClient apiClient) |
public SearchApi()
public SearchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call searchContactsListsGetCall(String q, Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
q - Your keyword or query. (required)page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String searchContactsListsGet(String q, Integer page, Integer limit) throws ApiException
q - Your keyword or query. (required)page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> searchContactsListsGetWithHttpInfo(String q, Integer page, Integer limit) throws ApiException
q - Your keyword or query. (required)page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call searchContactsListsGetAsync(String q, Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
q - Your keyword or query. (required)page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)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 © 2019. All rights reserved.