Class ContentFilter.KeyValue

java.lang.Object
com.appiancorp.suiteapi.content.ContentFilter.KeyValue
Enclosing class:
ContentFilter

public static class ContentFilter.KeyValue extends Object
This represents a Key and Value of a Content Attribute.
  • Constructor Details

    • KeyValue

      public KeyValue(String key, Object value)
    • KeyValue

      public KeyValue()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)