Package com.xero.models.accounting
Class Report
- java.lang.Object
-
- com.xero.models.accounting.Report
-
public class Report extends Object
Report
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReport.ReportTypeEnumSee Prepayment Types
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportaddContactsItem(TenNinetyNineContact contactsItem)contactsReportcontacts(List<TenNinetyNineContact> contacts)contactsbooleanequals(Object o)List<TenNinetyNineContact>getContacts()Get contactsStringgetReportDate()Date of reportStringgetReportName()See Prepayment TypesStringgetReportTitle()See Prepayment TypesReport.ReportTypeEnumgetReportType()See Prepayment TypesStringgetUpdatedDateUTC()Updated Dateorg.threeten.bp.OffsetDateTimegetUpdatedDateUTCAsDate()Updated DateinthashCode()ReportreportDate(String reportDate)Date of reportReportreportName(String reportName)See Prepayment TypesReportreportTitle(String reportTitle)See Prepayment TypesReportreportType(Report.ReportTypeEnum reportType)See Prepayment TypesvoidsetContacts(List<TenNinetyNineContact> contacts)contactsvoidsetReportDate(String reportDate)Date of reportvoidsetReportName(String reportName)See Prepayment TypesvoidsetReportTitle(String reportTitle)See Prepayment TypesvoidsetReportType(Report.ReportTypeEnum reportType)See Prepayment TypesStringtoString()
-
-
-
Method Detail
-
reportName
public Report reportName(String reportName)
See Prepayment Types- Parameters:
reportName- String- Returns:
- Report
-
getReportName
public String getReportName()
See Prepayment Types- Returns:
- reportName
-
setReportName
public void setReportName(String reportName)
See Prepayment Types- Parameters:
reportName- String
-
reportType
public Report reportType(Report.ReportTypeEnum reportType)
See Prepayment Types- Parameters:
reportType- ReportTypeEnum- Returns:
- Report
-
getReportType
public Report.ReportTypeEnum getReportType()
See Prepayment Types- Returns:
- reportType
-
setReportType
public void setReportType(Report.ReportTypeEnum reportType)
See Prepayment Types- Parameters:
reportType- ReportTypeEnum
-
reportTitle
public Report reportTitle(String reportTitle)
See Prepayment Types- Parameters:
reportTitle- String- Returns:
- Report
-
getReportTitle
public String getReportTitle()
See Prepayment Types- Returns:
- reportTitle
-
setReportTitle
public void setReportTitle(String reportTitle)
See Prepayment Types- Parameters:
reportTitle- String
-
reportDate
public Report reportDate(String reportDate)
Date of report- Parameters:
reportDate- String- Returns:
- Report
-
getReportDate
public String getReportDate()
Date of report- Returns:
- reportDate
-
setReportDate
public void setReportDate(String reportDate)
Date of report- Parameters:
reportDate- String
-
getUpdatedDateUTC
public String getUpdatedDateUTC()
Updated Date- Returns:
- updatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
Updated Date- Returns:
- OffsetDateTime
-
contacts
public Report contacts(List<TenNinetyNineContact> contacts)
contacts- Parameters:
contacts- List<TenNinetyNineContact>- Returns:
- Report
-
addContactsItem
public Report addContactsItem(TenNinetyNineContact contactsItem)
contacts- Parameters:
contactsItem- TenNinetyNineContact- Returns:
- Report
-
getContacts
public List<TenNinetyNineContact> getContacts()
Get contacts- Returns:
- contacts
-
setContacts
public void setContacts(List<TenNinetyNineContact> contacts)
contacts- Parameters:
contacts- List<TenNinetyNineContact>
-
-