Uses of Class
com.podio.item.FieldValuesView
-
Packages that use FieldValuesView Package Description com.podio.item com.podio.item.map -
-
Uses of FieldValuesView in com.podio.item
Methods in com.podio.item that return types with arguments of type FieldValuesView Modifier and Type Method Description List<FieldValuesView>Item. getFields()List<FieldValuesView>ItemBadge. getFields()List<FieldValuesView>ItemAPI. getItemValues(int itemId)Returns all the values for an item, with the additional data provided by the get item operation.Method parameters in com.podio.item with type arguments of type FieldValuesView Modifier and Type Method Description voidItem. setFields(List<FieldValuesView> fields)voidItemBadge. setFields(List<FieldValuesView> fields) -
Uses of FieldValuesView in com.podio.item.map
Method parameters in com.podio.item.map with type arguments of type FieldValuesView Modifier and Type Method Description voidFieldMap. toModel(Object model, List<FieldValuesView> views)
-