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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryRecordchanges(String changes)Name of branding themeHistoryRecorddetails(String details)detailsbooleanequals(Object o)StringgetChanges()Name of branding themeStringgetDateUTC()UTC timestamp of creation date of branding themeorg.threeten.bp.OffsetDateTimegetDateUTCAsDate()UTC timestamp of creation date of branding themeStringgetDetails()detailsStringgetUser()has a value of 0inthashCode()voidsetChanges(String changes)Name of branding themevoidsetDetails(String details)detailsvoidsetUser(String user)has a value of 0StringtoString()HistoryRecorduser(String user)has a value of 0
-
-
-
Method Detail
-
details
public HistoryRecord details(String details)
details- Parameters:
details- String- Returns:
- HistoryRecord
-
getDetails
public String getDetails()
details- Returns:
- details
-
setDetails
public void setDetails(String details)
details- Parameters:
details- String
-
changes
public HistoryRecord changes(String changes)
Name of branding theme- Parameters:
changes- String- Returns:
- HistoryRecord
-
getChanges
public String getChanges()
Name of branding theme- Returns:
- changes
-
setChanges
public void setChanges(String changes)
Name of branding theme- Parameters:
changes- String
-
user
public HistoryRecord user(String user)
has a value of 0- Parameters:
user- String- Returns:
- HistoryRecord
-
getUser
public String getUser()
has a value of 0- Returns:
- user
-
setUser
public void setUser(String user)
has a value of 0- Parameters:
user- String
-
getDateUTC
public String getDateUTC()
UTC timestamp of creation date of branding theme- Returns:
- dateUTC
-
getDateUTCAsDate
public org.threeten.bp.OffsetDateTime getDateUTCAsDate()
UTC timestamp of creation date of branding theme- Returns:
- OffsetDateTime
-
-