public class GraphQLValidationResponseGraphQLInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_GRAPH_Q_L_SCHEMA |
static String |
SERIALIZED_NAME_OPERATIONS |
| Constructor and Description |
|---|
GraphQLValidationResponseGraphQLInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GraphQLSchemaDTO |
getGraphQLSchema()
Get graphQLSchema
|
List<APIOperationsDTO> |
getOperations()
Get operations
|
GraphQLValidationResponseGraphQLInfoDTO |
graphQLSchema(GraphQLSchemaDTO graphQLSchema) |
int |
hashCode() |
GraphQLValidationResponseGraphQLInfoDTO |
operations(List<APIOperationsDTO> operations) |
void |
setGraphQLSchema(GraphQLSchemaDTO graphQLSchema) |
void |
setOperations(List<APIOperationsDTO> operations) |
String |
toString() |
public static final String SERIALIZED_NAME_OPERATIONS
public static final String SERIALIZED_NAME_GRAPH_Q_L_SCHEMA
public GraphQLValidationResponseGraphQLInfoDTO()
public GraphQLValidationResponseGraphQLInfoDTO operations(List<APIOperationsDTO> operations)
@Nullable public List<APIOperationsDTO> getOperations()
public void setOperations(List<APIOperationsDTO> operations)
public GraphQLValidationResponseGraphQLInfoDTO graphQLSchema(GraphQLSchemaDTO graphQLSchema)
@Nullable public GraphQLSchemaDTO getGraphQLSchema()
public void setGraphQLSchema(GraphQLSchemaDTO graphQLSchema)
Copyright © 2021 WSO2 Inc. All rights reserved.