Package com.docusign.esign.model
Class PowerFormFormDataEnvelope
- java.lang.Object
-
- com.docusign.esign.model.PowerFormFormDataEnvelope
-
public class PowerFormFormDataEnvelope extends java.lang.ObjectPowerFormFormDataEnvelope.
-
-
Constructor Summary
Constructors Constructor Description PowerFormFormDataEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerFormFormDataEnvelopeaddRecipientsItem(PowerFormFormDataRecipient recipientsItem)addRecipientsItem.PowerFormFormDataEnvelopeenvelopeId(java.lang.String envelopeId)envelopeId.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..java.util.List<PowerFormFormDataRecipient>getRecipients()An array of powerform recipients..inthashCode()Returns the HashCode.PowerFormFormDataEnveloperecipients(java.util.List<PowerFormFormDataRecipient> recipients)recipients.voidsetEnvelopeId(java.lang.String envelopeId)setEnvelopeId.voidsetRecipients(java.util.List<PowerFormFormDataRecipient> recipients)setRecipients.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
envelopeId
public PowerFormFormDataEnvelope envelopeId(java.lang.String envelopeId)
envelopeId.- Returns:
- PowerFormFormDataEnvelope
-
getEnvelopeId
public java.lang.String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(java.lang.String envelopeId)
setEnvelopeId.
-
recipients
public PowerFormFormDataEnvelope recipients(java.util.List<PowerFormFormDataRecipient> recipients)
recipients.- Returns:
- PowerFormFormDataEnvelope
-
addRecipientsItem
public PowerFormFormDataEnvelope addRecipientsItem(PowerFormFormDataRecipient recipientsItem)
addRecipientsItem.- Returns:
- PowerFormFormDataEnvelope
-
getRecipients
public java.util.List<PowerFormFormDataRecipient> getRecipients()
An array of powerform recipients..- Returns:
- recipients
-
setRecipients
public void setRecipients(java.util.List<PowerFormFormDataRecipient> recipients)
setRecipients.
-
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
-
-