Class ExtensibleOptionRepresentation

    • Constructor Detail

      • ExtensibleOptionRepresentation

        public ExtensibleOptionRepresentation()
    • Method Detail

      • 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)