public class GraphQLSchemaTypeListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE_LIST |
| Constructor and Description |
|---|
GraphQLSchemaTypeListDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<GraphQLSchemaTypeDTO> |
getTypeList()
Get typeList
|
int |
hashCode() |
void |
setTypeList(List<GraphQLSchemaTypeDTO> typeList) |
String |
toString() |
GraphQLSchemaTypeListDTO |
typeList(List<GraphQLSchemaTypeDTO> typeList) |
public static final String SERIALIZED_NAME_TYPE_LIST
public GraphQLSchemaTypeListDTO typeList(List<GraphQLSchemaTypeDTO> typeList)
@Nullable public List<GraphQLSchemaTypeDTO> getTypeList()
public void setTypeList(List<GraphQLSchemaTypeDTO> typeList)
Copyright © 2021 WSO2 Inc. All rights reserved.