public class GraphProxyApi extends Object
| Constructor and Description |
|---|
GraphProxyApi() |
GraphProxyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ContentResult |
graphProxyUsersGet(String version)
Get Users from AAD Graph
Proxies query parameters to AAD graph
|
com.squareup.okhttp.Call |
graphProxyUsersGetAsync(String version,
ApiCallback<ContentResult> callback)
Get Users from AAD Graph (asynchronously)
Proxies query parameters to AAD graph
|
com.squareup.okhttp.Call |
graphProxyUsersGetCall(String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for graphProxyUsersGet
|
ApiResponse<ContentResult> |
graphProxyUsersGetWithHttpInfo(String version)
Get Users from AAD Graph
Proxies query parameters to AAD graph
|
void |
setApiClient(ApiClient apiClient) |
public GraphProxyApi()
public GraphProxyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call graphProxyUsersGetCall(String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
version - The version for the graph api endpoint (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ContentResult graphProxyUsersGet(String version) throws ApiException
version - The version for the graph api endpoint (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ContentResult> graphProxyUsersGetWithHttpInfo(String version) throws ApiException
version - The version for the graph api endpoint (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call graphProxyUsersGetAsync(String version, ApiCallback<ContentResult> callback) throws ApiException
version - The version for the graph api endpoint (required)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 © 2018. All rights reserved.