public class GraphQlSchemaIndividualApi extends Object
| Constructor and Description |
|---|
GraphQlSchemaIndividualApi() |
GraphQlSchemaIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaDTO |
apisApiIdGraphqlSchemaGet(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlSchemaGetAsync(String apiId,
String accept,
String ifNoneMatch,
ApiCallback<GraphQLSchemaDTO> callback)
Get the Schema of a GraphQL API (asynchronously)
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
com.squareup.okhttp.Call |
apisApiIdGraphqlSchemaGetCall(String apiId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlSchemaGet
|
ApiResponse<GraphQLSchemaDTO> |
apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GraphQlSchemaIndividualApi()
public GraphQlSchemaIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdGraphqlSchemaGetCall(String apiId, String accept, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GraphQLSchemaDTO apisApiIdGraphqlSchemaGet(String apiId, String accept, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GraphQLSchemaDTO> apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId, String accept, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdGraphqlSchemaGetAsync(String apiId, String accept, String ifNoneMatch, ApiCallback<GraphQLSchemaDTO> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)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.