public class GraphQLSchemaTypeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FIELD_LIST |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
GraphQLSchemaTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_FIELD_LIST
public GraphQLSchemaTypeDTO type(String type)
public void setType(String type)
public GraphQLSchemaTypeDTO fieldList(List<String> fieldList)
@Nullable public List<String> getFieldList()
Copyright © 2021 WSO2 Inc. All rights reserved.