Uses of Class
com.docusign.esign.model.RecipientAdditionalNotification
-
Packages that use RecipientAdditionalNotification Package Description com.docusign.esign.model -
-
Uses of RecipientAdditionalNotification in com.docusign.esign.model
Methods in com.docusign.esign.model that return RecipientAdditionalNotification Modifier and Type Method Description RecipientAdditionalNotificationRecipientAdditionalNotification. phoneNumber(RecipientPhoneNumber phoneNumber)phoneNumber.RecipientAdditionalNotificationRecipientAdditionalNotification. secondaryDeliveryMethod(String secondaryDeliveryMethod)secondaryDeliveryMethod.RecipientAdditionalNotificationRecipientAdditionalNotification. secondaryDeliveryMethodMetadata(PropertyMetadata secondaryDeliveryMethodMetadata)secondaryDeliveryMethodMetadata.RecipientAdditionalNotificationRecipientAdditionalNotification. secondaryDeliveryStatus(String secondaryDeliveryStatus)secondaryDeliveryStatus.Methods in com.docusign.esign.model that return types with arguments of type RecipientAdditionalNotification Modifier and Type Method Description List<RecipientAdditionalNotification>Agent. getAdditionalNotifications().List<RecipientAdditionalNotification>CarbonCopy. getAdditionalNotifications().List<RecipientAdditionalNotification>CertifiedDelivery. getAdditionalNotifications().List<RecipientAdditionalNotification>Editor. getAdditionalNotifications().List<RecipientAdditionalNotification>Intermediary. getAdditionalNotifications().List<RecipientAdditionalNotification>NotaryRecipient. getAdditionalNotifications().List<RecipientAdditionalNotification>Participant. getAdditionalNotifications().List<RecipientAdditionalNotification>Signer. getAdditionalNotifications().List<RecipientAdditionalNotification>TemplateRole. getAdditionalNotifications().List<RecipientAdditionalNotification>Witness. getAdditionalNotifications().Methods in com.docusign.esign.model with parameters of type RecipientAdditionalNotification Modifier and Type Method Description AgentAgent. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.CarbonCopyCarbonCopy. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.CertifiedDeliveryCertifiedDelivery. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.EditorEditor. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.IntermediaryIntermediary. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.NotaryRecipientNotaryRecipient. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.ParticipantParticipant. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.SignerSigner. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.TemplateRoleTemplateRole. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.WitnessWitness. addAdditionalNotificationsItem(RecipientAdditionalNotification additionalNotificationsItem)addAdditionalNotificationsItem.Method parameters in com.docusign.esign.model with type arguments of type RecipientAdditionalNotification Modifier and Type Method Description AgentAgent. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.CarbonCopyCarbonCopy. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.CertifiedDeliveryCertifiedDelivery. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.EditorEditor. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.IntermediaryIntermediary. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.NotaryRecipientNotaryRecipient. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.ParticipantParticipant. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.SignerSigner. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.TemplateRoleTemplateRole. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.WitnessWitness. additionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)additionalNotifications.voidAgent. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidCarbonCopy. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidCertifiedDelivery. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidEditor. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidIntermediary. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidNotaryRecipient. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidParticipant. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidSigner. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidTemplateRole. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.voidWitness. setAdditionalNotifications(List<RecipientAdditionalNotification> additionalNotifications)setAdditionalNotifications.
-