public class GraphQLValidationResponseGraphQLInfoDTO extends Object
| Constructor and Description |
|---|
GraphQLValidationResponseGraphQLInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLValidationResponseGraphQLInfoDTO |
addOperationsItem(APIOperationsDTO operationsItem) |
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 GraphQLValidationResponseGraphQLInfoDTO()
public GraphQLValidationResponseGraphQLInfoDTO operations(List<APIOperationsDTO> operations)
public GraphQLValidationResponseGraphQLInfoDTO addOperationsItem(APIOperationsDTO operationsItem)
public List<APIOperationsDTO> getOperations()
public void setOperations(List<APIOperationsDTO> operations)
public GraphQLValidationResponseGraphQLInfoDTO graphQLSchema(GraphQLSchemaDTO graphQLSchema)
public GraphQLSchemaDTO getGraphQLSchema()
public void setGraphQLSchema(GraphQLSchemaDTO graphQLSchema)
Copyright © 2020 WSO2 Inc. All rights reserved.