Package com.docusign.esign.model
Class NotaryJurisdictionList
- java.lang.Object
-
- com.docusign.esign.model.NotaryJurisdictionList
-
- All Implemented Interfaces:
Serializable
public class NotaryJurisdictionList extends Object implements Serializable
A paged list of jurisdictions..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotaryJurisdictionList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotaryJurisdictionListaddNotaryJurisdictionsItem(NotaryJurisdiction notaryJurisdictionsItem)addNotaryJurisdictionsItem.NotaryJurisdictionListendPosition(String endPosition)endPosition.booleanequals(Object o)Compares objects.StringgetEndPosition()The last position in the result set.StringgetNextUri()The URI to the next chunk of records based on the search request.List<NotaryJurisdiction>getNotaryJurisdictions().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.NotaryJurisdictionListnextUri(String nextUri)nextUri.NotaryJurisdictionListnotaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)notaryJurisdictions.NotaryJurisdictionListpreviousUri(String previousUri)previousUri.NotaryJurisdictionListresultSetSize(String resultSetSize)resultSetSize.voidsetEndPosition(String endPosition)setEndPosition.voidsetNextUri(String nextUri)setNextUri.voidsetNotaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)setNotaryJurisdictions.voidsetPreviousUri(String previousUri)setPreviousUri.voidsetResultSetSize(String resultSetSize)setResultSetSize.voidsetStartPosition(String startPosition)setStartPosition.voidsetTotalSetSize(String totalSetSize)setTotalSetSize.NotaryJurisdictionListstartPosition(String startPosition)startPosition.StringtoString()Converts the given object to string.NotaryJurisdictionListtotalSetSize(String totalSetSize)totalSetSize.
-
-
-
Method Detail
-
endPosition
public NotaryJurisdictionList endPosition(String endPosition)
endPosition.- Returns:
- NotaryJurisdictionList
-
getEndPosition
public String getEndPosition()
The last position in the result set. .- Returns:
- endPosition
-
setEndPosition
public void setEndPosition(String endPosition)
setEndPosition.
-
nextUri
public NotaryJurisdictionList nextUri(String nextUri)
nextUri.- Returns:
- NotaryJurisdictionList
-
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.
-
notaryJurisdictions
public NotaryJurisdictionList notaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)
notaryJurisdictions.- Returns:
- NotaryJurisdictionList
-
addNotaryJurisdictionsItem
public NotaryJurisdictionList addNotaryJurisdictionsItem(NotaryJurisdiction notaryJurisdictionsItem)
addNotaryJurisdictionsItem.- Returns:
- NotaryJurisdictionList
-
getNotaryJurisdictions
public List<NotaryJurisdiction> getNotaryJurisdictions()
.- Returns:
- notaryJurisdictions
-
setNotaryJurisdictions
public void setNotaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)
setNotaryJurisdictions.
-
previousUri
public NotaryJurisdictionList previousUri(String previousUri)
previousUri.- Returns:
- NotaryJurisdictionList
-
getPreviousUri
public String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(String previousUri)
setPreviousUri.
-
resultSetSize
public NotaryJurisdictionList resultSetSize(String resultSetSize)
resultSetSize.- Returns:
- NotaryJurisdictionList
-
getResultSetSize
public String getResultSetSize()
The number of results returned in this response. .- Returns:
- resultSetSize
-
setResultSetSize
public void setResultSetSize(String resultSetSize)
setResultSetSize.
-
startPosition
public NotaryJurisdictionList startPosition(String startPosition)
startPosition.- Returns:
- NotaryJurisdictionList
-
getStartPosition
public String getStartPosition()
Starting position of the current result set..- Returns:
- startPosition
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition.
-
totalSetSize
public NotaryJurisdictionList totalSetSize(String totalSetSize)
totalSetSize.- Returns:
- NotaryJurisdictionList
-
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.
-
-