Uses of Class
com.mypurecloud.sdk.v2.model.Condition
Packages that use Condition
-
Uses of Condition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConditionModifier and TypeMethodDescriptionCondition.agentWrapupField(String agentWrapupField) The input field from the data action that the agentWrapup will be passed to for this condition.Condition.attributeName(String attributeName) An attribute name associated with this Condition.Condition.callAnalysisResultField(String callAnalysisResultField) The input field from the data action that the callAnalysisResult will be passed to for this condition.List of wrap-up code identifiers.Condition.contactColumnToDataActionFieldMappings(List<ContactColumnToDataActionFieldMapping> contactColumnToDataActionFieldMappings) A list of mappings defining which contact data fields will be passed to which data action input fields for this condition.Condition.contactIdField(String contactIdField) The input field from the data action that the contactId will be passed to for this condition.Condition.dataAction(DomainEntityRef dataAction) The Data Action to use for this condition.Condition.dataNotFoundResolution(Boolean dataNotFoundResolution) The result of this condition if the data action returns a result indicating there was no data.If true, inverts the result of evaluating this Condition.Condition.matchAnyConditions(Boolean matchAnyConditions) If true, only one sub-condition must match for the condition to be true.Condition.operator(Condition.OperatorEnum operator) An operation with which to evaluate the Condition.Condition.predicates(List<DataActionConditionPredicate> predicates) A list of predicates defining the comparisons to use for this condition.A value associated with the property type of this Condition.Condition.propertyType(Condition.PropertyTypeEnum propertyType) The type of the property associated with this Condition.Condition.subConditions(List<TimeAndDateSubCondition> subConditions) A list of sub-conditions to evaluate.Condition.timeZoneId(String timeZoneId) The time zone to use for this condition.Condition.type(Condition.TypeEnum type) The type of the condition.A value associated with this Condition.Condition.valueType(Condition.ValueTypeEnum valueType) The type of the value associated with this Condition.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConditionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConditionModifier and TypeMethodDescriptionDialerRule.conditions(List<Condition> conditions) A list of Conditions.voidDialerRule.setConditions(List<Condition> conditions)