Package com.docusign.esign.model
Class EnvelopeViewRecipientSettings
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeViewRecipientSettings
-
- All Implemented Interfaces:
Serializable
public class EnvelopeViewRecipientSettings extends Object implements Serializable
EnvelopeViewRecipientSettings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvelopeViewRecipientSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetShowBulkSend().StringgetShowContactsList().StringgetShowEditMessage().StringgetShowEditRecipients().inthashCode()Returns the HashCode.voidsetShowBulkSend(String showBulkSend)setShowBulkSend.voidsetShowContactsList(String showContactsList)setShowContactsList.voidsetShowEditMessage(String showEditMessage)setShowEditMessage.voidsetShowEditRecipients(String showEditRecipients)setShowEditRecipients.EnvelopeViewRecipientSettingsshowBulkSend(String showBulkSend)showBulkSend.EnvelopeViewRecipientSettingsshowContactsList(String showContactsList)showContactsList.EnvelopeViewRecipientSettingsshowEditMessage(String showEditMessage)showEditMessage.EnvelopeViewRecipientSettingsshowEditRecipients(String showEditRecipients)showEditRecipients.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
showBulkSend
public EnvelopeViewRecipientSettings showBulkSend(String showBulkSend)
showBulkSend.- Returns:
- EnvelopeViewRecipientSettings
-
getShowBulkSend
public String getShowBulkSend()
.- Returns:
- showBulkSend
-
setShowBulkSend
public void setShowBulkSend(String showBulkSend)
setShowBulkSend.
-
showContactsList
public EnvelopeViewRecipientSettings showContactsList(String showContactsList)
showContactsList.- Returns:
- EnvelopeViewRecipientSettings
-
getShowContactsList
public String getShowContactsList()
.- Returns:
- showContactsList
-
setShowContactsList
public void setShowContactsList(String showContactsList)
setShowContactsList.
-
showEditMessage
public EnvelopeViewRecipientSettings showEditMessage(String showEditMessage)
showEditMessage.- Returns:
- EnvelopeViewRecipientSettings
-
getShowEditMessage
public String getShowEditMessage()
.- Returns:
- showEditMessage
-
setShowEditMessage
public void setShowEditMessage(String showEditMessage)
setShowEditMessage.
-
showEditRecipients
public EnvelopeViewRecipientSettings showEditRecipients(String showEditRecipients)
showEditRecipients.- Returns:
- EnvelopeViewRecipientSettings
-
getShowEditRecipients
public String getShowEditRecipients()
.- Returns:
- showEditRecipients
-
setShowEditRecipients
public void setShowEditRecipients(String showEditRecipients)
setShowEditRecipients.
-
equals
public boolean equals(Object o)
Compares objects.
-
-