public class GraphQLSchemaTypeDTO extends Object
| Constructor and Description |
|---|
GraphQLSchemaTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaTypeDTO |
addFieldListItem(String fieldListItem) |
boolean |
equals(Object o) |
GraphQLSchemaTypeDTO |
fieldList(List<String> fieldList) |
List<String> |
getFieldList()
Array of fields under current type
|
String |
getType()
Type found within the GraphQL Schema
|
int |
hashCode() |
void |
setFieldList(List<String> fieldList) |
void |
setType(String type) |
String |
toString() |
GraphQLSchemaTypeDTO |
type(String type) |
public GraphQLSchemaTypeDTO type(String type)
public String getType()
public void setType(String type)
public GraphQLSchemaTypeDTO fieldList(List<String> fieldList)
public GraphQLSchemaTypeDTO addFieldListItem(String fieldListItem)
public List<String> getFieldList()
Copyright © 2020 WSO2 Inc. All rights reserved.