@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class FolderItemResponse extends Object
| Constructor and Description |
|---|
FolderItemResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndPosition()
The last position in the result set.
|
List<FolderItemV2> |
getFolderItems()
A list of the envelopes in the specified folder or folders.
|
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 |
getTotalRows() |
int |
hashCode() |
void |
setEndPosition(String endPosition) |
void |
setFolderItems(List<FolderItemV2> folderItems) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
void |
setResultSetSize(String resultSetSize) |
void |
setStartPosition(String startPosition) |
void |
setTotalRows(String totalRows) |
String |
toString() |
public String getEndPosition()
public void setEndPosition(String endPosition)
public List<FolderItemV2> getFolderItems()
public void setFolderItems(List<FolderItemV2> folderItems)
public String getNextUri()
public void setNextUri(String nextUri)
public String getPreviousUri()
public void setPreviousUri(String previousUri)
public String getResultSetSize()
public void setResultSetSize(String resultSetSize)
public String getStartPosition()
public void setStartPosition(String startPosition)
public String getTotalRows()
public void setTotalRows(String totalRows)
Copyright © 2017. All rights reserved.