Class ResponseAssetFilter

java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAssetFilter
All Implemented Interfaces:
Serializable

public class ResponseAssetFilter extends Object implements Serializable
ResponseAssetFilter
See Also:
  • Constructor Details

    • ResponseAssetFilter

      public ResponseAssetFilter()
    • ResponseAssetFilter

      public ResponseAssetFilter(Boolean initWithEmptyList)
  • Method Details

    • endValue

      public ResponseAssetFilter endValue(String endValue)
      The end value of the range. This field is used for range search types. Accepts numbers and date in ISO8601 format
    • getEndValue

      public String getEndValue()
    • setEndValue

      public void setEndValue(String endValue)
    • values

      public ResponseAssetFilter values(List<String> values)
      A list of values for the search to match against
    • getValues

      public List<String> getValues()
    • setValues

      public void setValues(List<String> values)
    • startValue

      public ResponseAssetFilter startValue(String startValue)
      The start value of the range. This field is used for range search types. Accepts numbers and date in ISO8601 format
    • getStartValue

      public String getStartValue()
    • setStartValue

      public void setStartValue(String startValue)
    • fields

      public ResponseAssetFilter fields(List<String> fields)
      Field name to search against. Allowed Values: divisionId, name, contentLength, contentType, dateCreated
    • getFields

      public List<String> getFields()
    • setFields

      public void setFields(List<String> fields)
    • value

      public ResponseAssetFilter value(String value)
      A value for the search to match against
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • type

      How to apply this search criteria against other criteria. Filter type supported for each field:- name:[STARTS_WITH, TERM], divisionId:[TERM, TERMS], contentLength:[RANGE, GREATER_THAN_EQUAL_TO, LESS_THAN_EQUAL_TO], contentType:[STARTS_WITH, TERM] dateCreated:[DATE_RANGE]
    • getType

      public ResponseAssetFilter.TypeEnum getType()
    • setType

      public void setType(ResponseAssetFilter.TypeEnum type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object