public class GraphQlPoliciesApi extends Object
| Constructor and Description |
|---|
GraphQlPoliciesApi() |
GraphQlPoliciesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLQueryComplexityInfoDTO |
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.
|
okhttp3.Call |
apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId,
ApiCallback<GraphQLQueryComplexityInfoDTO> _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.
|
okhttp3.Call |
apisApiIdGraphqlPoliciesComplexityGetCall(String apiId,
ApiCallback _callback)
Build call for apisApiIdGraphqlPoliciesComplexityGet
|
ApiResponse<GraphQLQueryComplexityInfoDTO> |
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.
|
okhttp3.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.
|
okhttp3.Call |
apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId,
ApiCallback _callback)
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 okhttp3.Call apisApiIdGraphqlPoliciesComplexityGetCall(String apiId, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic GraphQLQueryComplexityInfoDTO 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<GraphQLQueryComplexityInfoDTO> 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 okhttp3.Call apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId, ApiCallback<GraphQLQueryComplexityInfoDTO> _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 okhttp3.Call apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)_callback - Callback for upload/download progressApiException - 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 okhttp3.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 © 2021 WSO2 Inc. All rights reserved.