Uses of Class
com.podio.item.FieldValuesUpdate
-
Packages that use FieldValuesUpdate Package Description com.podio.item com.podio.item.map -
-
Uses of FieldValuesUpdate in com.podio.item
Methods in com.podio.item that return types with arguments of type FieldValuesUpdate Modifier and Type Method Description List<FieldValuesUpdate>ItemUpdate. getFields()Methods in com.podio.item with parameters of type FieldValuesUpdate Modifier and Type Method Description voidItemUpdate. addField(FieldValuesUpdate field)Method parameters in com.podio.item with type arguments of type FieldValuesUpdate Modifier and Type Method Description voidItemUpdate. setFields(List<FieldValuesUpdate> fields)voidItemAPI. updateItemValues(int itemId, List<FieldValuesUpdate> values, boolean silent, boolean hook)Updates all the values for an itemConstructor parameters in com.podio.item with type arguments of type FieldValuesUpdate Constructor Description ItemCreate(String externalId, List<FieldValuesUpdate> fields, List<Integer> fileIds, List<String> tags)ItemUpdate(String externalId, List<FieldValuesUpdate> fields) -
Uses of FieldValuesUpdate in com.podio.item.map
Methods in com.podio.item.map that return FieldValuesUpdate Modifier and Type Method Description FieldValuesUpdateFieldMap. fromModel(Object model)
-