Class GraphQLValidationResponseGraphQLInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLValidationResponseGraphQLInfoDTO
-
public class GraphQLValidationResponseGraphQLInfoDTO extends Object
Summary of the GraphQL including the basic information
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_GRAPH_Q_L_SCHEMAstatic StringSERIALIZED_NAME_OPERATIONS
-
Constructor Summary
Constructors Constructor Description GraphQLValidationResponseGraphQLInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GraphQLSchemaDTOgetGraphQLSchema()Get graphQLSchemaList<APIOperationsDTO>getOperations()Get operationsGraphQLValidationResponseGraphQLInfoDTOgraphQLSchema(GraphQLSchemaDTO graphQLSchema)inthashCode()GraphQLValidationResponseGraphQLInfoDTOoperations(List<APIOperationsDTO> operations)voidsetGraphQLSchema(GraphQLSchemaDTO graphQLSchema)voidsetOperations(List<APIOperationsDTO> operations)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_OPERATIONS
public static final String SERIALIZED_NAME_OPERATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GRAPH_Q_L_SCHEMA
public static final String SERIALIZED_NAME_GRAPH_Q_L_SCHEMA
- See Also:
- Constant Field Values
-
-
Method Detail
-
operations
public GraphQLValidationResponseGraphQLInfoDTO operations(List<APIOperationsDTO> operations)
-
getOperations
@Nullable public List<APIOperationsDTO> getOperations()
Get operations- Returns:
- operations
-
setOperations
public void setOperations(List<APIOperationsDTO> operations)
-
graphQLSchema
public GraphQLValidationResponseGraphQLInfoDTO graphQLSchema(GraphQLSchemaDTO graphQLSchema)
-
getGraphQLSchema
@Nullable public GraphQLSchemaDTO getGraphQLSchema()
Get graphQLSchema- Returns:
- graphQLSchema
-
setGraphQLSchema
public void setGraphQLSchema(GraphQLSchemaDTO graphQLSchema)
-
-