Package com.docusign.esign.model
Class ContactGetResponse
- java.lang.Object
-
- com.docusign.esign.model.ContactGetResponse
-
public class ContactGetResponse extends Object
This response object contains information about the contacts associated with an account..
-
-
Constructor Summary
Constructors Constructor Description ContactGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactGetResponse
addContactsItem(Contact contactsItem)
addContactsItem.ContactGetResponse
contacts(List<Contact> contacts)
contacts.ContactGetResponse
endPosition(String endPosition)
endPosition.boolean
equals(Object o)
Compares objects.List<Contact>
getContacts()
.String
getEndPosition()
The last position in the result set.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()
Returns the HashCode.ContactGetResponse
nextUri(String nextUri)
nextUri.ContactGetResponse
previousUri(String previousUri)
previousUri.ContactGetResponse
resultSetSize(String resultSetSize)
resultSetSize.void
setContacts(List<Contact> contacts)
setContacts.void
setEndPosition(String endPosition)
setEndPosition.void
setNextUri(String nextUri)
setNextUri.void
setPreviousUri(String previousUri)
setPreviousUri.void
setResultSetSize(String resultSetSize)
setResultSetSize.void
setStartPosition(String startPosition)
setStartPosition.void
setTotalSetSize(String totalSetSize)
setTotalSetSize.ContactGetResponse
startPosition(String startPosition)
startPosition.String
toString()
Converts the given object to string.ContactGetResponse
totalSetSize(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.
-
-