Package com.docusign.esign.model
Class ContactGetResponse
- java.lang.Object
-
- com.docusign.esign.model.ContactGetResponse
-
- All Implemented Interfaces:
Serializable
public class ContactGetResponse extends Object implements Serializable
This response object contains information about the contacts associated with an account..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContactGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactGetResponseaddContactsItem(Contact contactsItem)addContactsItem.ContactGetResponsecontacts(List<Contact> contacts)contacts.ContactGetResponseendPosition(String endPosition)endPosition.booleanequals(Object o)Compares objects.List<Contact>getContacts().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.ContactGetResponsenextUri(String nextUri)nextUri.ContactGetResponsepreviousUri(String previousUri)previousUri.ContactGetResponseresultSetSize(String resultSetSize)resultSetSize.voidsetContacts(List<Contact> contacts)setContacts.voidsetEndPosition(String endPosition)setEndPosition.voidsetNextUri(String nextUri)setNextUri.voidsetPreviousUri(String previousUri)setPreviousUri.voidsetResultSetSize(String resultSetSize)setResultSetSize.voidsetStartPosition(String startPosition)setStartPosition.voidsetTotalSetSize(String totalSetSize)setTotalSetSize.ContactGetResponsestartPosition(String startPosition)startPosition.StringtoString()Converts the given object to string.ContactGetResponsetotalSetSize(String totalSetSize)totalSetSize.
-
-
-
Method Detail
-
contacts
public ContactGetResponse contacts(List<Contact> contacts)
contacts.- Returns:
- ContactGetResponse
-
addContactsItem
public ContactGetResponse addContactsItem(Contact contactsItem)
addContactsItem.- Returns:
- ContactGetResponse
-
endPosition
public ContactGetResponse endPosition(String endPosition)
endPosition.- Returns:
- ContactGetResponse
-
getEndPosition
public String getEndPosition()
The last position in the result set. .- Returns:
- endPosition
-
setEndPosition
public void setEndPosition(String endPosition)
setEndPosition.
-
nextUri
public ContactGetResponse nextUri(String nextUri)
nextUri.- Returns:
- ContactGetResponse
-
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 ContactGetResponse previousUri(String previousUri)
previousUri.- Returns:
- ContactGetResponse
-
getPreviousUri
public String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(String previousUri)
setPreviousUri.
-
resultSetSize
public ContactGetResponse resultSetSize(String resultSetSize)
resultSetSize.- Returns:
- ContactGetResponse
-
getResultSetSize
public String getResultSetSize()
The number of results returned in this response. .- Returns:
- resultSetSize
-
setResultSetSize
public void setResultSetSize(String resultSetSize)
setResultSetSize.
-
startPosition
public ContactGetResponse startPosition(String startPosition)
startPosition.- Returns:
- ContactGetResponse
-
getStartPosition
public String getStartPosition()
Starting position of the current result set..- Returns:
- startPosition
-
setStartPosition
public void setStartPosition(String startPosition)
setStartPosition.
-
totalSetSize
public ContactGetResponse totalSetSize(String totalSetSize)
totalSetSize.- Returns:
- ContactGetResponse
-
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.
-
-