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