| 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 |
|---|---|
void |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityPut(String apiId,
GraphQLQueryComplexityInfoDTO body)
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.
|
com.squareup.okhttp.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityPutAsync(String apiId,
GraphQLQueryComplexityInfoDTO body,
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.
|
com.squareup.okhttp.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityPutCall(String apiId,
GraphQLQueryComplexityInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityPut
|
ApiResponse<Void> |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityPutWithHttpInfo(String apiId,
GraphQLQueryComplexityInfoDTO body)
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 |
|---|---|
GraphQLQueryComplexityInfoDTO |
GraphQLQueryComplexityInfoDTO.addListItem(GraphQLCustomComplexityInfoDTO listItem) |
GraphQLQueryComplexityInfoDTO |
GraphQLQueryComplexityInfoDTO.list(List<GraphQLCustomComplexityInfoDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.