public class GraphQlPoliciesApi extends Object
| Constructor and Description |
|---|
GraphQlPoliciesApi() |
GraphQlPoliciesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId,
ApiCallback<Void> 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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityGet
|
ApiResponse<Void> |
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.
|
void |
apisApiIdGraphqlPoliciesComplexityPut(String apiId,
GraphQLQueryComplexityInfoDTO body)
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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityPutAsync(String apiId,
GraphQLQueryComplexityInfoDTO body,
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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityPutCall(String apiId,
GraphQLQueryComplexityInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityPut
|
ApiResponse<Void> |
apisApiIdGraphqlPoliciesComplexityPutWithHttpInfo(String apiId,
GraphQLQueryComplexityInfoDTO body)
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.
|
GraphQLSchemaTypeListDTO |
apisApiIdGraphqlPoliciesComplexityTypesGet(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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityTypesGetAsync(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.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlPoliciesComplexityTypesGet
|
ApiResponse<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.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GraphQlPoliciesApi()
public GraphQlPoliciesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void apisApiIdGraphqlPoliciesComplexityGet(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId, ApiCallback<Void> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityPutCall(String apiId, GraphQLQueryComplexityInfoDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)body - Role-depth mapping that needs to be added (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void apisApiIdGraphqlPoliciesComplexityPut(String apiId, GraphQLQueryComplexityInfoDTO body) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)body - Role-depth mapping that needs to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdGraphqlPoliciesComplexityPutWithHttpInfo(String apiId, GraphQLQueryComplexityInfoDTO body) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)body - Role-depth mapping that needs to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityPutAsync(String apiId, GraphQLQueryComplexityInfoDTO body, ApiCallback<Void> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)body - Role-depth mapping that needs to be added (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GraphQLSchemaTypeListDTO apisApiIdGraphqlPoliciesComplexityTypesGet(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GraphQLSchemaTypeListDTO> apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId, ApiCallback<GraphQLSchemaTypeListDTO> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020 WSO2 Inc. All rights reserved.