Class GraphQLSchemaTypeListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.GraphQLSchemaTypeListDTO
-
public class GraphQLSchemaTypeListDTO extends Object
GraphQLSchemaTypeListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TYPE_LIST
-
Constructor Summary
Constructors Constructor Description GraphQLSchemaTypeListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<GraphQLSchemaTypeDTO>getTypeList()Get typeListinthashCode()voidsetTypeList(List<GraphQLSchemaTypeDTO> typeList)StringtoString()GraphQLSchemaTypeListDTOtypeList(List<GraphQLSchemaTypeDTO> typeList)
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE_LIST
public static final String SERIALIZED_NAME_TYPE_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
typeList
public GraphQLSchemaTypeListDTO typeList(List<GraphQLSchemaTypeDTO> typeList)
-
getTypeList
@Nullable public List<GraphQLSchemaTypeDTO> getTypeList()
Get typeList- Returns:
- typeList
-
setTypeList
public void setTypeList(List<GraphQLSchemaTypeDTO> typeList)
-
-