Class ContentFieldUnknown

All Implemented Interfaces:
Serializable

public class ContentFieldUnknown extends ContentField<String>
Unknown type will simply contain the raw json value. Typically, the type will be unknown if the "value" for the item is null.
See Also:
  • Constructor Details

    • ContentFieldUnknown

      public ContentFieldUnknown(String value)