Package com.xero.models.accounting
Class HistoryRecord
java.lang.Object
com.xero.models.accounting.HistoryRecord
public class HistoryRecord extends Object
HistoryRecord
-
Constructor Summary
Constructors Constructor Description HistoryRecord() -
Method Summary
Modifier and Type Method Description HistoryRecordchanges(String changes)HistoryRecorddetails(String details)booleanequals(Object o)StringgetChanges()Name of branding themeStringgetDateUTC()UTC timestamp of creation date of branding themeorg.threeten.bp.OffsetDateTimegetDateUTCAsDate()StringgetDetails()detailsStringgetUser()has a value of 0inthashCode()voidsetChanges(String changes)voidsetDetails(String details)voidsetUser(String user)StringtoString()HistoryRecorduser(String user)
-
Constructor Details
-
HistoryRecord
public HistoryRecord()
-
-
Method Details
-
details
-
getDetails
details- Returns:
- details
-
setDetails
-
changes
-
getChanges
Name of branding theme- Returns:
- changes
-
setChanges
-
user
-
getUser
has a value of 0- Returns:
- user
-
setUser
-
getDateUTC
UTC timestamp of creation date of branding theme- Returns:
- dateUTC
-
getDateUTCAsDate
public org.threeten.bp.OffsetDateTime getDateUTCAsDate() -
equals
-
hashCode
public int hashCode() -
toString
-