Class GraphQLSchemaTypeDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.GraphQLSchemaTypeDTO
-
public class GraphQLSchemaTypeDTO extends Object
GraphQLSchemaTypeDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FIELD_LISTstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description GraphQLSchemaTypeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GraphQLSchemaTypeDTOfieldList(List<String> fieldList)List<String>getFieldList()Array of fields under current typeStringgetType()Type found within the GraphQL SchemainthashCode()voidsetFieldList(List<String> fieldList)voidsetType(String type)StringtoString()GraphQLSchemaTypeDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FIELD_LIST
public static final String SERIALIZED_NAME_FIELD_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public GraphQLSchemaTypeDTO type(String type)
-
setType
public void setType(String type)
-
fieldList
public GraphQLSchemaTypeDTO fieldList(List<String> fieldList)
-
getFieldList
@Nullable public List<String> getFieldList()
Array of fields under current type- Returns:
- fieldList
-
-