public class GraphQlPoliciesApi extends Object
| Constructor and Description |
|---|
GraphQlPoliciesApi() |
GraphQlPoliciesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
apisApiIdGraphqlPoliciesComplexityGet(String apiId)
Get the complexity related details of an API
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId,
ApiCallback<Void> callback)
Get the complexity related details of an API (asynchronously)
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityGet
|
ApiResponse<Void> |
apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo(String apiId)
Get the complexity related details of an API
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
GraphQLSchemaTypeListDTO |
apisApiIdGraphqlPoliciesComplexityTypesGet(String apiId)
Retrieve types and fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId,
ApiCallback<GraphQLSchemaTypeListDTO> callback)
Retrieve types and fields of a GraphQL Schema (asynchronously)
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityTypesGet
|
ApiResponse<GraphQLSchemaTypeListDTO> |
apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId)
Retrieve types and fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GraphQlPoliciesApi()
public GraphQlPoliciesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void apisApiIdGraphqlPoliciesComplexityGet(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId, ApiCallback<Void> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (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 objectpublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GraphQLSchemaTypeListDTO apisApiIdGraphqlPoliciesComplexityTypesGet(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GraphQLSchemaTypeListDTO> apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId, ApiCallback<GraphQLSchemaTypeListDTO> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (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 © 2020 WSO2 Inc. All rights reserved.