Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLQueryComplexityInfoDTO
-
Packages that use GraphQLQueryComplexityInfoDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of GraphQLQueryComplexityInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLQueryComplexityInfoDTO Modifier and Type Method Description GraphQLQueryComplexityInfoDTOGraphQlPoliciesApi. 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 GraphQLQueryComplexityInfoDTO Modifier and Type Method 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type GraphQLQueryComplexityInfoDTO Modifier and Type Method Description voidGraphQlPoliciesApi. 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 updateGraphQLPolicyComplexityOfAPIApiResponse<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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLQueryComplexityInfoDTO Modifier and Type Method Description okhttp3.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 GraphQLQueryComplexityInfoDTO Modifier and Type Method Description GraphQLQueryComplexityInfoDTOGraphQLQueryComplexityInfoDTO. list(List<GraphQLCustomComplexityInfoDTO> list)
-