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