Uses of Class
com.docusign.esign.model.ConditionalRecipientRule
-
Packages that use ConditionalRecipientRule Package Description com.docusign.esign.model -
-
Uses of ConditionalRecipientRule in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConditionalRecipientRule Modifier and Type Method Description ConditionalRecipientRuleConditionalRecipientRule. addConditionsItem(ConditionalRecipientRuleCondition conditionsItem)addConditionsItem.ConditionalRecipientRuleConditionalRecipientRule. conditions(List<ConditionalRecipientRuleCondition> conditions)conditions.ConditionalRecipientRuleConditionalRecipientRule. order(String order)order.ConditionalRecipientRuleConditionalRecipientRule. recipientGroup(RecipientGroup recipientGroup)recipientGroup.ConditionalRecipientRuleConditionalRecipientRule. recipientId(String recipientId)recipientId.Methods in com.docusign.esign.model that return types with arguments of type ConditionalRecipientRule Modifier and Type Method Description List<ConditionalRecipientRule>RecipientRules. getConditionalRecipients().Methods in com.docusign.esign.model with parameters of type ConditionalRecipientRule Modifier and Type Method Description RecipientRulesRecipientRules. addConditionalRecipientsItem(ConditionalRecipientRule conditionalRecipientsItem)addConditionalRecipientsItem.Method parameters in com.docusign.esign.model with type arguments of type ConditionalRecipientRule Modifier and Type Method Description RecipientRulesRecipientRules. conditionalRecipients(List<ConditionalRecipientRule> conditionalRecipients)conditionalRecipients.voidRecipientRules. setConditionalRecipients(List<ConditionalRecipientRule> conditionalRecipients)setConditionalRecipients.
-