Class GraphQLValidationResponseGraphQLInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLValidationResponseGraphQLInfoDTO
Summary of the GraphQL including the basic information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet graphQLSchemaGet operationsgraphQLSchema(GraphQLSchemaDTO graphQLSchema) inthashCode()operations(List<APIOperationsDTO> operations) voidsetGraphQLSchema(GraphQLSchemaDTO graphQLSchema) voidsetOperations(List<APIOperationsDTO> operations) toString()
-
Field Details
-
SERIALIZED_NAME_OPERATIONS
- See Also:
-
SERIALIZED_NAME_GRAPH_Q_L_SCHEMA
- See Also:
-
-
Constructor Details
-
GraphQLValidationResponseGraphQLInfoDTO
public GraphQLValidationResponseGraphQLInfoDTO()
-
-
Method Details
-
operations
-
getOperations
Get operations- Returns:
- operations
-
setOperations
-
graphQLSchema
-
getGraphQLSchema
Get graphQLSchema- Returns:
- graphQLSchema
-
setGraphQLSchema
-
equals
-
hashCode
public int hashCode() -
toString
-