Package com.podio.item
Class ItemFieldDifference
- java.lang.Object
-
- com.podio.item.ItemFieldDifference
-
public class ItemFieldDifference extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemFieldDifference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Map<String,Object>>getFrom()intgetId()StringgetLabel()List<Map<String,Object>>getTo()ApplicationFieldTypegetType()voidsetFrom(List<Map<String,Object>> from)voidsetId(int fieldId)voidsetLabel(String label)voidsetTo(List<Map<String,Object>> to)voidsetType(ApplicationFieldType type)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int fieldId)
-
getType
public ApplicationFieldType getType()
-
setType
public void setType(ApplicationFieldType type)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-