Uses of Class
com.mypurecloud.sdk.v2.model.PatchCriteria
Packages that use PatchCriteria
-
Uses of PatchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchCriteriaModifier and TypeMethodDescriptionThe criteria key.PatchCriteria.operator(PatchCriteria.OperatorEnum operator) The comparison operator.PatchCriteria.shouldIgnoreCase(Boolean shouldIgnoreCase) Should criteria be case insensitive.The criteria values.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PatchCriteriaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PatchCriteriaModifier and TypeMethodDescriptionPatchJourneyPattern.criteria(List<PatchCriteria> criteria) A list of one or more criteria to satisfy.voidPatchJourneyPattern.setCriteria(List<PatchCriteria> criteria)