org.zendesk.client.v2.model.Field Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zendesk-java-client Show documentation
Show all versions of zendesk-java-client Show documentation
Java client for the Zendesk API
The newest version!
package org.zendesk.client.v2.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
/**
* @author stephenc
* @since 05/04/2013 12:03
*/
public class Field implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String url;
private String type;
private String title;
private String rawTitle;
private String description;
private String rawDescription;
private Integer position;
private Boolean active;
private Boolean required;
private Boolean collapsedForAgents;
private String regexpForValidation;
private String titleInPortal;
private String rawTitleInPortal;
private Boolean visibleInPortal;
private Boolean editableInPortal;
private Boolean requiredInPortal;
private String tag;
private Date createdAt;
private Date updatedAt;
private List