Package com.docusign.esign.api
Class EnvelopesApi.ListTabsOptions
- java.lang.Object
-
- com.docusign.esign.api.EnvelopesApi.ListTabsOptions
-
- Enclosing class:
- EnvelopesApi
public class EnvelopesApi.ListTabsOptions extends Object
ListTabsOptions Class.
-
-
Constructor Summary
Constructors Constructor Description ListTabsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIncludeAnchorTabLocations()getIncludeAnchorTabLocations method.StringgetIncludeMetadata()getIncludeMetadata method.voidsetIncludeAnchorTabLocations(String includeAnchorTabLocations)setIncludeAnchorTabLocations method.voidsetIncludeMetadata(String includeMetadata)setIncludeMetadata method.
-
-
-
Method Detail
-
setIncludeAnchorTabLocations
public void setIncludeAnchorTabLocations(String includeAnchorTabLocations)
setIncludeAnchorTabLocations method.
-
getIncludeAnchorTabLocations
public String getIncludeAnchorTabLocations()
getIncludeAnchorTabLocations method.- Returns:
- String
-
setIncludeMetadata
public void setIncludeMetadata(String includeMetadata)
setIncludeMetadata method.
-
getIncludeMetadata
public String getIncludeMetadata()
getIncludeMetadata method.- Returns:
- String
-
-