Package com.mypurecloud.sdk.v2.model
Class ResponseAssetFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAssetFilter
- All Implemented Interfaces:
Serializable
ResponseAssetFilter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to apply this search criteria against other criteria. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end value of the range.booleanField name to search against.getType()getValue()inthashCode()voidsetEndValue(String endValue) voidvoidsetStartValue(String startValue) voidvoidvoidstartValue(String startValue) The start value of the range.toString()How to apply this search criteria against other criteria.A value for the search to match againstA list of values for the search to match against
-
Constructor Details
-
ResponseAssetFilter
public ResponseAssetFilter() -
ResponseAssetFilter
-
-
Method Details
-
endValue
The end value of the range. This field is used for range search types. Accepts numbers and date in ISO8601 format -
getEndValue
-
setEndValue
-
values
A list of values for the search to match against -
getValues
-
setValues
-
startValue
The start value of the range. This field is used for range search types. Accepts numbers and date in ISO8601 format -
getStartValue
-
setStartValue
-
fields
Field name to search against. Allowed Values: divisionId, name, contentLength, contentType, dateCreated -
getFields
-
setFields
-
value
A value for the search to match against -
getValue
-
setValue
-
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
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-