Class GraphQlPoliciesApi


  • public class GraphQlPoliciesApi
    extends Object
    • Constructor Detail

      • GraphQlPoliciesApi

        public GraphQlPoliciesApi()
      • GraphQlPoliciesApi

        public GraphQlPoliciesApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • apisApiIdGraphqlPoliciesComplexityGetCall

        public okhttp3.Call apisApiIdGraphqlPoliciesComplexityGetCall​(String apiId,
                                                                      ApiCallback _callback)
                                                               throws ApiException
        Build call for apisApiIdGraphqlPoliciesComplexityGet
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • apisApiIdGraphqlPoliciesComplexityGet

        public GraphQLQueryComplexityInfoDTO apisApiIdGraphqlPoliciesComplexityGet​(String apiId)
                                                                            throws ApiException
        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.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        Returns:
        GraphQLQueryComplexityInfoDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo

        public ApiResponse<GraphQLQueryComplexityInfoDTO> apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo​(String apiId)
                                                                                                     throws ApiException
        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.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        Returns:
        ApiResponse<GraphQLQueryComplexityInfoDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apisApiIdGraphqlPoliciesComplexityGetAsync

        public okhttp3.Call apisApiIdGraphqlPoliciesComplexityGetAsync​(String apiId,
                                                                       ApiCallback<GraphQLQueryComplexityInfoDTO> _callback)
                                                                throws ApiException
        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.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • apisApiIdGraphqlPoliciesComplexityTypesGetCall

        public okhttp3.Call apisApiIdGraphqlPoliciesComplexityTypesGetCall​(String apiId,
                                                                           ApiCallback _callback)
                                                                    throws ApiException
        Build call for apisApiIdGraphqlPoliciesComplexityTypesGet
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • apisApiIdGraphqlPoliciesComplexityTypesGet

        public GraphQLSchemaTypeListDTO apisApiIdGraphqlPoliciesComplexityTypesGet​(String apiId)
                                                                            throws ApiException
        Retrieve Types and Fields of a GraphQL Schema This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        Returns:
        GraphQLSchemaTypeListDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo

        public ApiResponse<GraphQLSchemaTypeListDTO> apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo​(String apiId)
                                                                                                     throws ApiException
        Retrieve Types and Fields of a GraphQL Schema This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        Returns:
        ApiResponse<GraphQLSchemaTypeListDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apisApiIdGraphqlPoliciesComplexityTypesGetAsync

        public okhttp3.Call apisApiIdGraphqlPoliciesComplexityTypesGetAsync​(String apiId,
                                                                            ApiCallback<GraphQLSchemaTypeListDTO> _callback)
                                                                     throws ApiException
        Retrieve Types and Fields of a GraphQL Schema (asynchronously) This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
        Parameters:
        apiId - **API ID** consisting of the **UUID** of the API. (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object