
com.contentful.java.cda.CDAField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Contentful's Content Delivery API.
package com.contentful.java.cda;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
/** Represents a single content type field. */
public class CDAField implements Serializable {
private static final long serialVersionUID = -2852530837647669035L;
String name;
protected String id;
protected String type;
String linkType;
boolean disabled;
boolean required;
boolean localized;
Map items;
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy