Package com.docusign.esign.api
Class EnvelopesApi.ListRecipientsOptions
- java.lang.Object
-
- com.docusign.esign.api.EnvelopesApi.ListRecipientsOptions
-
- Enclosing class:
- EnvelopesApi
public class EnvelopesApi.ListRecipientsOptions extends Object
ListRecipientsOptions Class.
-
-
Constructor Summary
Constructors Constructor Description ListRecipientsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIncludeAnchorTabLocations()getIncludeAnchorTabLocations method.StringgetIncludeExtended()getIncludeExtended method.StringgetIncludeMetadata()getIncludeMetadata method.StringgetIncludeTabs()getIncludeTabs method.voidsetIncludeAnchorTabLocations(String includeAnchorTabLocations)setIncludeAnchorTabLocations method.voidsetIncludeExtended(String includeExtended)setIncludeExtended method.voidsetIncludeMetadata(String includeMetadata)setIncludeMetadata method.voidsetIncludeTabs(String includeTabs)setIncludeTabs method.
-
-
-
Method Detail
-
setIncludeAnchorTabLocations
public void setIncludeAnchorTabLocations(String includeAnchorTabLocations)
setIncludeAnchorTabLocations method.
-
getIncludeAnchorTabLocations
public String getIncludeAnchorTabLocations()
getIncludeAnchorTabLocations method.- Returns:
- String
-
setIncludeExtended
public void setIncludeExtended(String includeExtended)
setIncludeExtended method.
-
getIncludeExtended
public String getIncludeExtended()
getIncludeExtended method.- Returns:
- String
-
setIncludeMetadata
public void setIncludeMetadata(String includeMetadata)
setIncludeMetadata method.
-
getIncludeMetadata
public String getIncludeMetadata()
getIncludeMetadata method.- Returns:
- String
-
setIncludeTabs
public void setIncludeTabs(String includeTabs)
setIncludeTabs method.
-
getIncludeTabs
public String getIncludeTabs()
getIncludeTabs method.- Returns:
- String
-
-