Package com.docusign.esign.model
Class EnvelopePublishRequest
- java.lang.Object
-
- com.docusign.esign.model.EnvelopePublishRequest
-
public class EnvelopePublishRequest extends java.lang.ObjectEnvelopePublishRequest
-
-
Constructor Summary
Constructors Constructor Description EnvelopePublishRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopePublishRequestaddEnvelopeIdsItem(java.lang.String envelopeIdsItem)EnvelopePublishRequestapplyConnectSettings(java.lang.String applyConnectSettings)EnvelopePublishRequestenvelopeIds(java.util.List<java.lang.String> envelopeIds)EnvelopePublishRequestenvelopeIdsBase64(java.lang.String envelopeIdsBase64)booleanequals(java.lang.Object o)java.lang.StringgetApplyConnectSettings()java.util.List<java.lang.String>getEnvelopeIds()java.lang.StringgetEnvelopeIdsBase64()inthashCode()voidsetApplyConnectSettings(java.lang.String applyConnectSettings)voidsetEnvelopeIds(java.util.List<java.lang.String> envelopeIds)voidsetEnvelopeIdsBase64(java.lang.String envelopeIdsBase64)java.lang.StringtoString()
-
-
-
Method Detail
-
applyConnectSettings
public EnvelopePublishRequest applyConnectSettings(java.lang.String applyConnectSettings)
-
getApplyConnectSettings
public java.lang.String getApplyConnectSettings()
- Returns:
- applyConnectSettings
-
setApplyConnectSettings
public void setApplyConnectSettings(java.lang.String applyConnectSettings)
-
envelopeIds
public EnvelopePublishRequest envelopeIds(java.util.List<java.lang.String> envelopeIds)
-
addEnvelopeIdsItem
public EnvelopePublishRequest addEnvelopeIdsItem(java.lang.String envelopeIdsItem)
-
getEnvelopeIds
public java.util.List<java.lang.String> getEnvelopeIds()
- Returns:
- envelopeIds
-
setEnvelopeIds
public void setEnvelopeIds(java.util.List<java.lang.String> envelopeIds)
-
envelopeIdsBase64
public EnvelopePublishRequest envelopeIdsBase64(java.lang.String envelopeIdsBase64)
-
getEnvelopeIdsBase64
public java.lang.String getEnvelopeIdsBase64()
- Returns:
- envelopeIdsBase64
-
setEnvelopeIdsBase64
public void setEnvelopeIdsBase64(java.lang.String envelopeIdsBase64)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-