
com.podio.item.FieldValuesView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
The official Java wrapper for the Podio API
The newest version!
package com.podio.item;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.codehaus.jackson.annotate.JsonProperty;
import com.podio.app.ApplicationFieldType;
public class FieldValuesView implements Serializable {
private static final long serialVersionUID = 1L;
/**
* The id of the field
*/
private int id;
/**
* The external id of the field
*/
private String externalId;
/**
* The type of the field
*/
private ApplicationFieldType type;
/**
* The label of the field
*/
private String label;
/**
* The values
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy