Class ExtensibleOptionRepresentation

All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties

public class ExtensibleOptionRepresentation extends AbstractExtensibleRepresentation
  • Constructor Details

    • ExtensibleOptionRepresentation

      public ExtensibleOptionRepresentation()
  • Method Details

    • asExtensibleOptionRepresentation

      public static ExtensibleOptionRepresentation asExtensibleOptionRepresentation(String category, String key, String value, boolean editable)
    • getCategory

      @JSONProperty(ignoreIfNull=true) public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getKey

      @JSONProperty(ignoreIfNull=true) public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      @JSONProperty(ignoreIfNull=true) public String getValue()
    • setValue

      public void setValue(String value)
    • getEditable

      @JSONProperty(ignoreIfNull=true) public Boolean getEditable()
    • setEditable

      public void setEditable(Boolean editable)