Package com.docusign.esign.api
Class TemplatesApi.GetDocumentOptions
- java.lang.Object
-
- com.docusign.esign.api.TemplatesApi.GetDocumentOptions
-
- Enclosing class:
- TemplatesApi
public class TemplatesApi.GetDocumentOptions extends Object
GetDocumentOptions Class.
-
-
Constructor Summary
Constructors Constructor Description GetDocumentOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncrypt()getEncrypt method.StringgetFileType()getFileType method.StringgetShowChanges()getShowChanges method.voidsetEncrypt(String encrypt)setEncrypt method.voidsetFileType(String fileType)setFileType method.voidsetShowChanges(String showChanges)setShowChanges method.
-
-
-
Method Detail
-
setEncrypt
public void setEncrypt(String encrypt)
setEncrypt method.
-
getEncrypt
public String getEncrypt()
getEncrypt method.- Returns:
- String
-
setFileType
public void setFileType(String fileType)
setFileType method.
-
getFileType
public String getFileType()
getFileType method.- Returns:
- String
-
setShowChanges
public void setShowChanges(String showChanges)
setShowChanges method.
-
getShowChanges
public String getShowChanges()
getShowChanges method.- Returns:
- String
-
-