Class GraphQlPoliciesApi
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.GraphQlPoliciesApi
-
public class GraphQlPoliciesApi extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphQlPoliciesApi()GraphQlPoliciesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLQueryComplexityInfoDTOapisApiIdGraphqlPoliciesComplexityGet(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.okhttp3.CallapisApiIdGraphqlPoliciesComplexityGetAsync(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.okhttp3.CallapisApiIdGraphqlPoliciesComplexityGetCall(String apiId, ApiCallback _callback)Build call for apisApiIdGraphqlPoliciesComplexityGetApiResponse<GraphQLQueryComplexityInfoDTO>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.GraphQLSchemaTypeListDTOapisApiIdGraphqlPoliciesComplexityTypesGet(String apiId)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.okhttp3.CallapisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId, ApiCallback<GraphQLSchemaTypeListDTO> _callback)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.okhttp3.CallapisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId, ApiCallback _callback)Build call for apisApiIdGraphqlPoliciesComplexityTypesGetApiResponse<GraphQLSchemaTypeListDTO>apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId)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.ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
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
-
-