![JAR search and dependency download from the Maven repository](/logo.png)
com.podio.item.ItemFieldDifference Maven / Gradle / Ivy
package com.podio.item;
import java.util.List;
import java.util.Map;
import org.codehaus.jackson.annotate.JsonProperty;
import com.podio.app.ApplicationFieldType;
public class ItemFieldDifference {
/**
* The id of the field
*/
private int id;
/**
* The type of the field
*/
private ApplicationFieldType type;
/**
* The label of the field
*/
private String label;
/**
* The values at the from revision
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy