| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
GraphQLQueryComplexityInfoDTO |
GraphQlPoliciesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GraphQLQueryComplexityInfoDTO> |
GraphQlPoliciesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphQlPoliciesApi.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 |
GraphQlPoliciesApi.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 |
GraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPICall(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO,
ApiCallback _callback)
Build call for updateGraphQLPolicyComplexityOfAPI
|
ApiResponse<Void> |
GraphQlPoliciesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
GraphQlPoliciesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLQueryComplexityInfoDTO |
GraphQLQueryComplexityInfoDTO.list(List<GraphQLCustomComplexityInfoDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.