Uses of Class
com.docusign.esign.model.ConditionalRecipientRuleCondition
-
Packages that use ConditionalRecipientRuleCondition Package Description com.docusign.esign.model -
-
Uses of ConditionalRecipientRuleCondition in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConditionalRecipientRuleCondition Modifier and Type Method Description ConditionalRecipientRuleConditionConditionalRecipientRuleCondition. addFiltersItem(ConditionalRecipientRuleFilter filtersItem)addFiltersItem.ConditionalRecipientRuleConditionConditionalRecipientRuleCondition. filters(List<ConditionalRecipientRuleFilter> filters)filters.ConditionalRecipientRuleConditionConditionalRecipientRuleCondition. order(String order)order.ConditionalRecipientRuleConditionConditionalRecipientRuleCondition. recipientLabel(String recipientLabel)recipientLabel.Methods in com.docusign.esign.model that return types with arguments of type ConditionalRecipientRuleCondition Modifier and Type Method Description List<ConditionalRecipientRuleCondition>ConditionalRecipientRule. getConditions().Methods in com.docusign.esign.model with parameters of type ConditionalRecipientRuleCondition Modifier and Type Method Description ConditionalRecipientRuleConditionalRecipientRule. addConditionsItem(ConditionalRecipientRuleCondition conditionsItem)addConditionsItem.Method parameters in com.docusign.esign.model with type arguments of type ConditionalRecipientRuleCondition Modifier and Type Method Description ConditionalRecipientRuleConditionalRecipientRule. conditions(List<ConditionalRecipientRuleCondition> conditions)conditions.voidConditionalRecipientRule. setConditions(List<ConditionalRecipientRuleCondition> conditions)setConditions.
-