Package com.mypurecloud.sdk.v2.model
Class V3SourceTagFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceTagFilter
- All Implemented Interfaces:
Serializable
V3SourceTagFilter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTags that must all be present (AND).anyOfGroups(List<List<String>> anyOfGroups) OR groups ANDed together; within each group at least one tag must match.booleangetAllOf()inthashCode()Tags that must not be present on matching chunks.voidvoidsetAnyOfGroups(List<List<String>> anyOfGroups) voidtoString()
-
Constructor Details
-
V3SourceTagFilter
public V3SourceTagFilter() -
V3SourceTagFilter
-
-
Method Details
-
allOf
Tags that must all be present (AND). -
getAllOf
-
setAllOf
-
anyOfGroups
OR groups ANDed together; within each group at least one tag must match. -
getAnyOfGroups
-
setAnyOfGroups
-
noneOf
Tags that must not be present on matching chunks. -
getNoneOf
-
setNoneOf
-
equals
-
hashCode
public int hashCode() -
toString
-