Package com.docusign.esign.model
Class CaptiveRecipientInformation
- java.lang.Object
-
- com.docusign.esign.model.CaptiveRecipientInformation
-
- All Implemented Interfaces:
Serializable
public class CaptiveRecipientInformation extends Object implements Serializable
Contains information about captive (embedded) recipients..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptiveRecipientInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaptiveRecipientInformation
addCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)
addCaptiveRecipientsItem.CaptiveRecipientInformation
captiveRecipients(List<CaptiveRecipient> captiveRecipients)
captiveRecipients.boolean
equals(Object o)
Compares objects.List<CaptiveRecipient>
getCaptiveRecipients()
A complex type containing information about one or more captive recipients..int
hashCode()
Returns the HashCode.void
setCaptiveRecipients(List<CaptiveRecipient> captiveRecipients)
setCaptiveRecipients.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
captiveRecipients
public CaptiveRecipientInformation captiveRecipients(List<CaptiveRecipient> captiveRecipients)
captiveRecipients.- Returns:
- CaptiveRecipientInformation
-
addCaptiveRecipientsItem
public CaptiveRecipientInformation addCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)
addCaptiveRecipientsItem.- Returns:
- CaptiveRecipientInformation
-
getCaptiveRecipients
public List<CaptiveRecipient> getCaptiveRecipients()
A complex type containing information about one or more captive recipients..- Returns:
- captiveRecipients
-
setCaptiveRecipients
public void setCaptiveRecipients(List<CaptiveRecipient> captiveRecipients)
setCaptiveRecipients.
-
equals
public boolean equals(Object o)
Compares objects.
-
-