Class AccountingCompany
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompany
-
public class AccountingCompany extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingCompany.Builder
-
Constructor Summary
Constructors Constructor Description AccountingCompany()AccountingCompany(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 BaseCurrency> 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<BaseCurrency>baseCurrency()Default currency for the companystatic AccountingCompany.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()AccountingCompanywithBaseCurrency(BaseCurrency baseCurrency)Default currency for the companyAccountingCompanywithBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends BaseCurrency> baseCurrency)Default currency for the companyAccountingCompanywithFiscalYearStartDay(double fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanywithFiscalYearStartDay(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanywithFiscalYearStartMonth(double fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanywithFiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanywithId(java.lang.String id)Unique identifierAccountingCompanywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingCompanywithName(java.lang.String name)Name of the companyAccountingCompanywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the companyAccountingCompanywithRemoteId(java.lang.String remoteId)Provider's unique identifierAccountingCompanywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
AccountingCompany
public AccountingCompany(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 BaseCurrency> baseCurrency, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)
-
AccountingCompany
public AccountingCompany()
-
-
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<BaseCurrency> 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 AccountingCompany.Builder builder()
-
withId
public AccountingCompany withId(java.lang.String id)
Unique identifier
-
withId
public AccountingCompany withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AccountingCompany withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AccountingCompany withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public AccountingCompany withName(java.lang.String name)
Name of the company
-
withName
public AccountingCompany withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the company
-
withBaseCurrency
public AccountingCompany withBaseCurrency(BaseCurrency baseCurrency)
Default currency for the company
-
withBaseCurrency
public AccountingCompany withBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends BaseCurrency> baseCurrency)
Default currency for the company
-
withFiscalYearStartMonth
public AccountingCompany withFiscalYearStartMonth(double fiscalYearStartMonth)
Fiscal year start month (1-12)
-
withFiscalYearStartMonth
public AccountingCompany withFiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)
Fiscal year start month (1-12)
-
withFiscalYearStartDay
public AccountingCompany withFiscalYearStartDay(double fiscalYearStartDay)
Fiscal year start day (1-31)
-
withFiscalYearStartDay
public AccountingCompany 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
-
-