Package com.xero.models.finance
Class ContactResponse
java.lang.Object
com.xero.models.finance.ContactResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionXero Identifier of contactcontactName(String contactName) Full name of contact/organisationbooleanXero Identifier of contactFull name of contact/organisationinthashCode()voidsetContactId(UUID contactId) Xero Identifier of contactvoidsetContactName(String contactName) Full name of contact/organisationtoString()
-
Constructor Details
-
ContactResponse
public ContactResponse()
-
-
Method Details
-
contactId
Xero Identifier of contact- Parameters:
contactId- UUID- Returns:
- ContactResponse
-
getContactId
-
setContactId
-
contactName
Full name of contact/organisation- Parameters:
contactName- String- Returns:
- ContactResponse
-
getContactName
-
setContactName
Full name of contact/organisation- Parameters:
contactName- String
-
equals
-
hashCode
-
toString
-