Package com.seeq.api
Class GraphQlApi
java.lang.Object
com.seeq.api.GraphQlApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
graphql
(GraphQLInputV1 body) Process a GraphQL operationgraphqlWithHeadersAndHttpInfo
(GraphQLInputV1 body, Map<String, String> customHeaders) Process a GraphQL operationProcess a GraphQL operationvoid
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout)
-
Constructor Details
-
GraphQlApi
public GraphQlApi() -
GraphQlApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
graphql
Process a GraphQL operation- Parameters:
body
- (required)- Returns:
- GraphQLOutputV1
- Throws:
ApiException
- if fails to make API call
-
graphqlWithHttpInfo
public ApiClient.ApiResponse<GraphQLOutputV1> graphqlWithHttpInfo(GraphQLInputV1 body) throws ApiException Process a GraphQL operation- Parameters:
body
- (required)- Throws:
ApiException
- if fails to make API call
-
graphqlWithHeadersAndHttpInfo
public ApiClient.ApiResponse<GraphQLOutputV1> graphqlWithHeadersAndHttpInfo(GraphQLInputV1 body, Map<String, String> customHeaders) throws ApiExceptionProcess a GraphQL operation- Parameters:
body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-