Class GraphQlSchemaApi

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.GraphQlSchemaApi

public class GraphQlSchemaApi extends Object
  • Constructor Details

    • GraphQlSchemaApi

      public GraphQlSchemaApi()
    • GraphQlSchemaApi

      public GraphQlSchemaApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • updateAPIGraphQLSchemaCall

      public okhttp3.Call updateAPIGraphQLSchemaCall(String apiId, String schemaDefinition, String ifMatch, ApiCallback _callback) throws ApiException
      Build call for updateAPIGraphQLSchema
      Parameters:
      apiId - **API ID** consisting of the **UUID** of the API. (required)
      schemaDefinition - schema definition of the GraphQL API (required)
      ifMatch - Validator for conditional requests; based on ETag. (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • updateAPIGraphQLSchema

      public void updateAPIGraphQLSchema(String apiId, String schemaDefinition, String ifMatch) throws ApiException
      Add a Schema to a GraphQL API This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
      Parameters:
      apiId - **API ID** consisting of the **UUID** of the API. (required)
      schemaDefinition - schema definition of the GraphQL API (required)
      ifMatch - Validator for conditional requests; based on ETag. (optional)
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • updateAPIGraphQLSchemaWithHttpInfo

      public ApiResponse<Void> updateAPIGraphQLSchemaWithHttpInfo(String apiId, String schemaDefinition, String ifMatch) throws ApiException
      Add a Schema to a GraphQL API This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
      Parameters:
      apiId - **API ID** consisting of the **UUID** of the API. (required)
      schemaDefinition - schema definition of the GraphQL API (required)
      ifMatch - Validator for conditional requests; based on ETag. (optional)
      Returns:
      ApiResponse<Void>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • updateAPIGraphQLSchemaAsync

      public okhttp3.Call updateAPIGraphQLSchemaAsync(String apiId, String schemaDefinition, String ifMatch, ApiCallback<Void> _callback) throws ApiException
      Add a Schema to a GraphQL API (asynchronously) This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
      Parameters:
      apiId - **API ID** consisting of the **UUID** of the API. (required)
      schemaDefinition - schema definition of the GraphQL API (required)
      ifMatch - Validator for conditional requests; based on ETag. (optional)
      _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