Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLSchemaDTO
-
Packages that use GraphQLSchemaDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of GraphQLSchemaDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLSchemaDTO Modifier and Type Method Description GraphQLSchemaDTOGraphQlSchemaIndividualApi. getAPIGraphQLSchema(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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GraphQLSchemaDTO Modifier and Type Method Description ApiResponse<GraphQLSchemaDTO>GraphQlSchemaIndividualApi. getAPIGraphQLSchemaWithHttpInfo(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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLSchemaDTO Modifier and Type Method Description okhttp3.CallGraphQlSchemaIndividualApi. getAPIGraphQLSchemaAsync(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. -
Uses of GraphQLSchemaDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GraphQLSchemaDTO Modifier and Type Method Description GraphQLSchemaDTOGraphQLValidationResponseGraphQLInfoDTO. getGraphQLSchema()Get graphQLSchemaGraphQLSchemaDTOGraphQLSchemaDTO. name(String name)GraphQLSchemaDTOGraphQLSchemaDTO. schemaDefinition(String schemaDefinition)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type GraphQLSchemaDTO Modifier and Type Method Description GraphQLValidationResponseGraphQLInfoDTOGraphQLValidationResponseGraphQLInfoDTO. graphQLSchema(GraphQLSchemaDTO graphQLSchema)voidGraphQLValidationResponseGraphQLInfoDTO. setGraphQLSchema(GraphQLSchemaDTO graphQLSchema)
-