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
-
-
Constructor Summary
Constructors Constructor Description ListRecipientsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIncludeAnchorTabLocations()StringgetIncludeExtended()StringgetIncludeMetadata()StringgetIncludeTabs()voidsetIncludeAnchorTabLocations(String includeAnchorTabLocations)voidsetIncludeExtended(String includeExtended)voidsetIncludeMetadata(String includeMetadata)voidsetIncludeTabs(String includeTabs)
-
-
-
Method Detail
-
setIncludeAnchorTabLocations
public void setIncludeAnchorTabLocations(String includeAnchorTabLocations)
-
getIncludeAnchorTabLocations
public String getIncludeAnchorTabLocations()
-
setIncludeExtended
public void setIncludeExtended(String includeExtended)
-
getIncludeExtended
public String getIncludeExtended()
-
setIncludeMetadata
public void setIncludeMetadata(String includeMetadata)
-
getIncludeMetadata
public String getIncludeMetadata()
-
setIncludeTabs
public void setIncludeTabs(String includeTabs)
-
getIncludeTabs
public String getIncludeTabs()
-
-