Package com.xero.models.accounting
Class Contacts
java.lang.Object
com.xero.models.accounting.Contacts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContactsItem(Contact contactsItem) contactsaddWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIcontactsbooleanGet contactsGet paginationDisplays array of warning messages from the APIinthashCode()pagination(Pagination pagination) paginationvoidsetContacts(List<Contact> contacts) contactsvoidsetPagination(Pagination pagination) paginationvoidsetWarnings(List<ValidationError> warnings) Displays array of warning messages from the APItoString()warnings(List<ValidationError> warnings) Displays array of warning messages from the API
-
Constructor Details
-
Contacts
public Contacts()
-
-
Method Details
-
pagination
pagination- Parameters:
pagination- Pagination- Returns:
- Contacts
-
getPagination
-
setPagination
-
warnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>- Returns:
- Contacts
-
addWarningsItem
Displays array of warning messages from the API- Parameters:
warningsItem- ValidationError- Returns:
- Contacts
-
getWarnings
Displays array of warning messages from the API- Returns:
- warnings
-
setWarnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>
-
contacts
-
addContactsItem
-
getContacts
-
setContacts
-
equals
-
hashCode
-
toString
-