Package com.docusign.esign.model
Class CaptiveRecipientInformation
- java.lang.Object
-
- com.docusign.esign.model.CaptiveRecipientInformation
-
public class CaptiveRecipientInformation extends java.lang.ObjectCaptiveRecipientInformation.
-
-
Constructor Summary
Constructors Constructor Description CaptiveRecipientInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaptiveRecipientInformationaddCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)addCaptiveRecipientsItem.CaptiveRecipientInformationcaptiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)captiveRecipients.booleanequals(java.lang.Object o)Compares objects.java.util.List<CaptiveRecipient>getCaptiveRecipients()A complex type containing information about one or more captive recipients..inthashCode()Returns the HashCode.voidsetCaptiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)setCaptiveRecipients.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
captiveRecipients
public CaptiveRecipientInformation captiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)
captiveRecipients.- Returns:
- CaptiveRecipientInformation
-
addCaptiveRecipientsItem
public CaptiveRecipientInformation addCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)
addCaptiveRecipientsItem.- Returns:
- CaptiveRecipientInformation
-
getCaptiveRecipients
public java.util.List<CaptiveRecipient> getCaptiveRecipients()
A complex type containing information about one or more captive recipients..- Returns:
- captiveRecipients
-
setCaptiveRecipients
public void setCaptiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)
setCaptiveRecipients.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-