Package com.xero.models.finance
Class HistoryRecordResponse
java.lang.Object
com.xero.models.finance.HistoryRecordResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of change recorded against the documentdateUTC(org.threeten.bp.OffsetDateTime dateUTC) UTC date that the history record was createddateUTCString(String dateUTCString) UTC date that the history record was createdDescription of the change event or transactionbooleanThe type of change recorded against the documentorg.threeten.bp.OffsetDateTimeUTC date that the history record was createdUTC date that the history record was createdDescription of the change event or transactiongetUser()The users first and last nameinthashCode()voidsetChanges(String changes) The type of change recorded against the documentvoidsetDateUTC(org.threeten.bp.OffsetDateTime dateUTC) UTC date that the history record was createdvoidsetDateUTCString(String dateUTCString) UTC date that the history record was createdvoidsetDetails(String details) Description of the change event or transactionvoidThe users first and last nametoString()The users first and last name
-
Constructor Details
-
HistoryRecordResponse
public HistoryRecordResponse()
-
-
Method Details
-
changes
The type of change recorded against the document- Parameters:
changes- String- Returns:
- HistoryRecordResponse
-
getChanges
-
setChanges
The type of change recorded against the document- Parameters:
changes- String
-
dateUTCString
UTC date that the history record was created- Parameters:
dateUTCString- String- Returns:
- HistoryRecordResponse
-
getDateUTCString
UTC date that the history record was created- Returns:
- dateUTCString
-
setDateUTCString
UTC date that the history record was created- Parameters:
dateUTCString- String
-
dateUTC
UTC date that the history record was created- Parameters:
dateUTC- OffsetDateTime- Returns:
- HistoryRecordResponse
-
getDateUTC
public org.threeten.bp.OffsetDateTime getDateUTC()UTC date that the history record was created- Returns:
- dateUTC
-
setDateUTC
public void setDateUTC(org.threeten.bp.OffsetDateTime dateUTC) UTC date that the history record was created- Parameters:
dateUTC- OffsetDateTime
-
user
The users first and last name- Parameters:
user- String- Returns:
- HistoryRecordResponse
-
getUser
-
setUser
-
details
Description of the change event or transaction- Parameters:
details- String- Returns:
- HistoryRecordResponse
-
getDetails
-
setDetails
Description of the change event or transaction- Parameters:
details- String
-
equals
-
hashCode
-
toString
-