Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLQueryComplexityInfoDTO
Packages that use GraphQLQueryComplexityInfoDTO
Package
Description
-
Uses of GraphQLQueryComplexityInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLQueryComplexityInfoDTOModifier and TypeMethodDescriptionGraphQlPoliciesApi.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GraphQLQueryComplexityInfoDTOModifier and TypeMethodDescriptionGraphQlPoliciesApi.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type GraphQLQueryComplexityInfoDTOModifier and TypeMethodDescriptionvoidGraphQlPoliciesApi.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.CallGraphQlPoliciesApi.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.CallGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPICall(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback _callback) Build call for updateGraphQLPolicyComplexityOfAPIGraphQlPoliciesApi.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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLQueryComplexityInfoDTOModifier and TypeMethodDescriptionokhttp3.CallGraphQlPoliciesApi.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. -
Uses of GraphQLQueryComplexityInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GraphQLQueryComplexityInfoDTOModifier and TypeMethodDescriptionGraphQLQueryComplexityInfoDTO.list(List<GraphQLCustomComplexityInfoDTO> list)