@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeTemplateResults extends Object
| Constructor and Description |
|---|
EnvelopeTemplateResults() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndPosition()
The last position in the result set.
|
List<EnvelopeTemplateResult> |
getEnvelopeTemplates()
The list of requested templates.
|
List<Folder> |
getFolders() |
String |
getNextUri()
The URI to the next chunk of records based on the search request.
|
String |
getPreviousUri()
The postal code for the billing address.
|
String |
getResultSetSize()
The number of results returned in this response.
|
String |
getStartPosition()
Starting position of the current result set.
|
String |
getTotalSetSize()
The total number of items available in the result set.
|
int |
hashCode() |
void |
setEndPosition(String endPosition) |
void |
setEnvelopeTemplates(List<EnvelopeTemplateResult> envelopeTemplates) |
void |
setFolders(List<Folder> folders) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
void |
setResultSetSize(String resultSetSize) |
void |
setStartPosition(String startPosition) |
void |
setTotalSetSize(String totalSetSize) |
String |
toString() |
public String getEndPosition()
The last position in the result set.
public void setEndPosition(String endPosition)
public List<EnvelopeTemplateResult> getEnvelopeTemplates()
The list of requested templates.
public void setEnvelopeTemplates(List<EnvelopeTemplateResult> envelopeTemplates)
public String getNextUri()
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.
public void setNextUri(String nextUri)
public String getPreviousUri()
The postal code for the billing address.
public void setPreviousUri(String previousUri)
public String getResultSetSize()
The number of results returned in this response.
public void setResultSetSize(String resultSetSize)
public String getStartPosition()
Starting position of the current result set.
public void setStartPosition(String startPosition)
public String getTotalSetSize()
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All Rights Reserved.