Class AccountingCompanyResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompanyResultData
-
public class AccountingCompanyResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingCompanyResultData.Builder
-
Constructor Summary
Constructors Constructor Description AccountingCompanyResultData()AccountingCompanyResultData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultBaseCurrency>baseCurrency()Default currency for the companystatic AccountingCompanyResultData.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>fiscalYearStartDay()Fiscal year start day (1-31)org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>fiscalYearStartMonth()Fiscal year start month (1-12)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Name of the companyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()AccountingCompanyResultDatawithBaseCurrency(AccountingCompanyResultBaseCurrency baseCurrency)Default currency for the companyAccountingCompanyResultDatawithBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency)Default currency for the companyAccountingCompanyResultDatawithFiscalYearStartDay(double fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanyResultDatawithFiscalYearStartDay(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanyResultDatawithFiscalYearStartMonth(double fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanyResultDatawithFiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanyResultDatawithId(java.lang.String id)Unique identifierAccountingCompanyResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingCompanyResultDatawithName(java.lang.String name)Name of the companyAccountingCompanyResultDatawithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the companyAccountingCompanyResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierAccountingCompanyResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
AccountingCompanyResultData
public AccountingCompanyResultData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)
-
AccountingCompanyResultData
public AccountingCompanyResultData()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Name of the company
-
baseCurrency
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultBaseCurrency> baseCurrency()
Default currency for the company
-
fiscalYearStartMonth
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth()
Fiscal year start month (1-12)
-
fiscalYearStartDay
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay()
Fiscal year start day (1-31)
-
builder
public static AccountingCompanyResultData.Builder builder()
-
withId
public AccountingCompanyResultData withId(java.lang.String id)
Unique identifier
-
withId
public AccountingCompanyResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AccountingCompanyResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AccountingCompanyResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public AccountingCompanyResultData withName(java.lang.String name)
Name of the company
-
withName
public AccountingCompanyResultData withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the company
-
withBaseCurrency
public AccountingCompanyResultData withBaseCurrency(AccountingCompanyResultBaseCurrency baseCurrency)
Default currency for the company
-
withBaseCurrency
public AccountingCompanyResultData withBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency)
Default currency for the company
-
withFiscalYearStartMonth
public AccountingCompanyResultData withFiscalYearStartMonth(double fiscalYearStartMonth)
Fiscal year start month (1-12)
-
withFiscalYearStartMonth
public AccountingCompanyResultData withFiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)
Fiscal year start month (1-12)
-
withFiscalYearStartDay
public AccountingCompanyResultData withFiscalYearStartDay(double fiscalYearStartDay)
Fiscal year start day (1-31)
-
withFiscalYearStartDay
public AccountingCompanyResultData withFiscalYearStartDay(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)
Fiscal year start day (1-31)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-