public class GraphQlPoliciesApi extends Object
| Constructor and Description |
|---|
GraphQlPoliciesApi() |
GraphQlPoliciesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
GraphQLQueryComplexityInfoDTO |
getGraphQLPolicyComplexityOfAPI(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 |
getGraphQLPolicyComplexityOfAPIAsync(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 |
getGraphQLPolicyComplexityOfAPICall(String apiId,
ApiCallback _callback)
Build call for getGraphQLPolicyComplexityOfAPI
|
ApiResponse<GraphQLQueryComplexityInfoDTO> |
getGraphQLPolicyComplexityOfAPIWithHttpInfo(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 |
getGraphQLPolicyComplexityTypesOfAPI(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 |
getGraphQLPolicyComplexityTypesOfAPIAsync(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 |
getGraphQLPolicyComplexityTypesOfAPICall(String apiId,
ApiCallback _callback)
Build call for getGraphQLPolicyComplexityTypesOfAPI
|
ApiResponse<GraphQLSchemaTypeListDTO> |
getGraphQLPolicyComplexityTypesOfAPIWithHttpInfo(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.
|
void |
setApiClient(ApiClient apiClient) |
void |
updateGraphQLPolicyComplexityOfAPI(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO)
Update Complexity Related Details of an API
This operation can be used to update complexity details belonging to an API by providing the id of the API.
|
okhttp3.Call |
updateGraphQLPolicyComplexityOfAPIAsync(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO,
ApiCallback<Void> _callback)
Update Complexity Related Details of an API (asynchronously)
This operation can be used to update complexity details belonging to an API by providing the id of the API.
|
okhttp3.Call |
updateGraphQLPolicyComplexityOfAPICall(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO,
ApiCallback _callback)
Build call for updateGraphQLPolicyComplexityOfAPI
|
ApiResponse<Void> |
updateGraphQLPolicyComplexityOfAPIWithHttpInfo(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO)
Update Complexity Related Details of an API
This operation can be used to update complexity details belonging to an API by providing the id of the API.
|
public GraphQlPoliciesApi()
public GraphQlPoliciesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getGraphQLPolicyComplexityOfAPICall(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 getGraphQLPolicyComplexityOfAPI(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> getGraphQLPolicyComplexityOfAPIWithHttpInfo(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 getGraphQLPolicyComplexityOfAPIAsync(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 getGraphQLPolicyComplexityTypesOfAPICall(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 getGraphQLPolicyComplexityTypesOfAPI(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> getGraphQLPolicyComplexityTypesOfAPIWithHttpInfo(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 getGraphQLPolicyComplexityTypesOfAPIAsync(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 objectpublic okhttp3.Call updateGraphQLPolicyComplexityOfAPICall(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)graphQLQueryComplexityInfoDTO - Role-depth mapping that needs to be added (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void updateGraphQLPolicyComplexityOfAPI(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)graphQLQueryComplexityInfoDTO - Role-depth mapping that needs to be added (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateGraphQLPolicyComplexityOfAPIWithHttpInfo(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)graphQLQueryComplexityInfoDTO - Role-depth mapping that needs to be added (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateGraphQLPolicyComplexityOfAPIAsync(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback<Void> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)graphQLQueryComplexityInfoDTO - Role-depth mapping that needs to be added (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 © 2021 WSO2 Inc. All rights reserved.