Package com.podio.item
Class FieldValuesView
- java.lang.Object
-
- com.podio.item.FieldValuesView
-
- All Implemented Interfaces:
Serializable
public class FieldValuesView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldValuesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalId()intgetId()StringgetLabel()ApplicationFieldTypegetType()List<Map<String,?>>getValues()voidsetExternalId(String externalId)voidsetId(int fieldId)voidsetLabel(String label)voidsetType(ApplicationFieldType type)voidsetValues(List<Map<String,?>> values)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int fieldId)
-
getExternalId
public String getExternalId()
-
setExternalId
public void setExternalId(String externalId)
-
getType
public ApplicationFieldType getType()
-
setType
public void setType(ApplicationFieldType type)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-