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 String
getIncludeAnchorTabLocations()
getIncludeAnchorTabLocations method.String
getIncludeExtended()
getIncludeExtended method.String
getIncludeMetadata()
getIncludeMetadata method.String
getIncludeTabs()
getIncludeTabs method.void
setIncludeAnchorTabLocations(String includeAnchorTabLocations)
setIncludeAnchorTabLocations method.void
setIncludeExtended(String includeExtended)
setIncludeExtended method.void
setIncludeMetadata(String includeMetadata)
setIncludeMetadata method.void
setIncludeTabs(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
-
-