public class GraphQLSchemaTypeListDTO extends Object
| Constructor and Description |
|---|
GraphQLSchemaTypeListDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaTypeListDTO |
addTypeListItem(GraphQLSchemaTypeDTO typeListItem) |
boolean |
equals(Object o) |
List<GraphQLSchemaTypeDTO> |
getTypeList()
Get typeList
|
int |
hashCode() |
void |
setTypeList(List<GraphQLSchemaTypeDTO> typeList) |
String |
toString() |
GraphQLSchemaTypeListDTO |
typeList(List<GraphQLSchemaTypeDTO> typeList) |
public GraphQLSchemaTypeListDTO typeList(List<GraphQLSchemaTypeDTO> typeList)
public GraphQLSchemaTypeListDTO addTypeListItem(GraphQLSchemaTypeDTO typeListItem)
public List<GraphQLSchemaTypeDTO> getTypeList()
public void setTypeList(List<GraphQLSchemaTypeDTO> typeList)
Copyright © 2020 WSO2 Inc. All rights reserved.