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