Uses of Class
com.mypurecloud.sdk.v2.model.UrlCondition
Packages that use UrlCondition
-
Uses of UrlCondition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UrlConditionModifier and TypeMethodDescriptionUrlCondition.operator(UrlCondition.OperatorEnum operator) The comparison operator.The URL condition value.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type UrlConditionModifier and TypeMethodDescriptionActionMap.getPageUrlConditions()PatchActionMap.getPageUrlConditions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type UrlConditionModifier and TypeMethodDescriptionActionMap.pageUrlConditions(List<UrlCondition> pageUrlConditions) URL conditions that a page must match for web actions to be displayable.PatchActionMap.pageUrlConditions(List<UrlCondition> pageUrlConditions) URL conditions that a page must match for web actions to be displayable.voidActionMap.setPageUrlConditions(List<UrlCondition> pageUrlConditions) voidPatchActionMap.setPageUrlConditions(List<UrlCondition> pageUrlConditions)