Package com.docusign.esign.model
Class BccEmailArchiveHistoryList
- java.lang.Object
-
- com.docusign.esign.model.BccEmailArchiveHistoryList
-
public class BccEmailArchiveHistoryList extends Object
BccEmailArchiveHistoryList.
-
-
Constructor Summary
Constructors Constructor Description BccEmailArchiveHistoryList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BccEmailArchiveHistoryListaddBccEmailArchiveHistoryItem(BccEmailArchiveHistory bccEmailArchiveHistoryItem)addBccEmailArchiveHistoryItem.BccEmailArchiveHistoryListbccEmailArchiveHistory(List<BccEmailArchiveHistory> bccEmailArchiveHistory)bccEmailArchiveHistory.BccEmailArchiveHistoryListendPosition(String endPosition)endPosition.booleanequals(Object o)Compares objects.List<BccEmailArchiveHistory>getBccEmailArchiveHistory().StringgetEndPosition()The last position in the result set.StringgetNextUri()The URI to the next chunk of records based on the search request.StringgetPreviousUri()The postal code for the billing address..StringgetResultSetSize()The number of results returned in this response.StringgetStartPosition()Starting position of the current result set..StringgetTotalSetSize()The total number of items available in the result set.inthashCode()Returns the HashCode.BccEmailArchiveHistoryListnextUri(String nextUri)nextUri.BccEmailArchiveHistoryListpreviousUri(String previousUri)previousUri.BccEmailArchiveHistoryListresultSetSize(String resultSetSize)resultSetSize.voidsetBccEmailArchiveHistory(List<BccEmailArchiveHistory> bccEmailArchiveHistory)setBccEmailArchiveHistory.voidsetEndPosition(String endPosition)setEndPosition.voidsetNextUri(String nextUri)setNextUri.voidsetPreviousUri(String previousUri)setPreviousUri.voidsetResultSetSize(String resultSetSize)setResultSetSize.voidsetStartPosition(String startPosition)setStartPosition.voidsetTotalSetSize(String totalSetSize)setTotalSetSize.BccEmailArchiveHistoryListstartPosition(String startPosition)startPosition.StringtoString()Converts the given object to string.BccEmailArchiveHistoryListtotalSetSize(String totalSetSize)totalSetSize.
-
-
-
Method Detail
-
bccEmailArchiveHistory
public BccEmailArchiveHistoryList bccEmailArchiveHistory(List<BccEmailArchiveHistory> bccEmailArchiveHistory)
bccEmailArchiveHistory.- Returns:
- BccEmailArchiveHistoryList
-
addBccEmailArchiveHistoryItem
public BccEmailArchiveHistoryList addBccEmailArchiveHistoryItem(BccEmailArchiveHistory bccEmailArchiveHistoryItem)
addBccEmailArchiveHistoryItem.- Returns:
- BccEmailArchiveHistoryList
-
getBccEmailArchiveHistory
public List<BccEmailArchiveHistory> getBccEmailArchiveHistory()
.- Returns:
- bccEmailArchiveHistory
-
setBccEmailArchiveHistory
public void setBccEmailArchiveHistory(List<BccEmailArchiveHistory> bccEmailArchiveHistory)
setBccEmailArchiveHistory.
-
endPosition
public BccEmailArchiveHistoryList endPosition(String endPosition)
endPosition.- Returns:
- BccEmailArchiveHistoryList
-
getEndPosition
public String getEndPosition()
The last position in the result set. .- Returns:
- endPosition
-
setEndPosition
public void setEndPosition(String endPosition)
setEndPosition.
-
nextUri
public BccEmailArchiveHistoryList nextUri(String nextUri)
nextUri.- Returns:
- BccEmailArchiveHistoryList
-
getNextUri
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. .- Returns:
- nextUri
-
setNextUri
public void setNextUri(String nextUri)
setNextUri.
-
previousUri
public BccEmailArchiveHistoryList previousUri(String previousUri)
previousUri.- Returns:
- BccEmailArchiveHistoryList
-
getPreviousUri
public String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(String previousUri)
setPreviousUri.
-
resultSetSize
public BccEmailArchiveHistoryList resultSetSize(String resultSetSize)
resultSetSize.- Returns:
- BccEmailArchiveHistoryList
-
getResultSetSize
public String getResultSetSize()
The number of results returned in this response. .- Returns:
- resultSetSize
-
setResultSetSize
public void setResultSetSize(String resultSetSize)
setResultSetSize.
-
startPosition
public BccEmailArchiveHistoryList startPosition(String startPosition)
startPosition.- Returns:
- BccEmailArchiveHistoryList
-
getStartPosition
public String getStartPosition()
Starting position of the current result set..- Returns:
- startPosition
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition.
-
totalSetSize
public BccEmailArchiveHistoryList totalSetSize(String totalSetSize)
totalSetSize.- Returns:
- BccEmailArchiveHistoryList
-
getTotalSetSize
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..- Returns:
- totalSetSize
-
setTotalSetSize
public void setTotalSetSize(String totalSetSize)
setTotalSetSize.
-
equals
public boolean equals(Object o)
Compares objects.
-
-