Class AccountingCompanyResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompanyResultData.Builder
-
- Enclosing class:
- AccountingCompanyResultData
public static final class AccountingCompanyResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingCompanyResultData.BuilderbaseCurrency(AccountingCompanyResultBaseCurrency baseCurrency)Default currency for the companyAccountingCompanyResultData.BuilderbaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency)Default currency for the companyAccountingCompanyResultDatabuild()AccountingCompanyResultData.BuilderfiscalYearStartDay(double fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanyResultData.BuilderfiscalYearStartDay(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)Fiscal year start day (1-31)AccountingCompanyResultData.BuilderfiscalYearStartMonth(double fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanyResultData.BuilderfiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)Fiscal year start month (1-12)AccountingCompanyResultData.Builderid(java.lang.String id)Unique identifierAccountingCompanyResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingCompanyResultData.Buildername(java.lang.String name)Name of the companyAccountingCompanyResultData.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the companyAccountingCompanyResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAccountingCompanyResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public AccountingCompanyResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public AccountingCompanyResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AccountingCompanyResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AccountingCompanyResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public AccountingCompanyResultData.Builder name(java.lang.String name)
Name of the company
-
name
public AccountingCompanyResultData.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the company
-
baseCurrency
public AccountingCompanyResultData.Builder baseCurrency(AccountingCompanyResultBaseCurrency baseCurrency)
Default currency for the company
-
baseCurrency
public AccountingCompanyResultData.Builder baseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultBaseCurrency> baseCurrency)
Default currency for the company
-
fiscalYearStartMonth
public AccountingCompanyResultData.Builder fiscalYearStartMonth(double fiscalYearStartMonth)
Fiscal year start month (1-12)
-
fiscalYearStartMonth
public AccountingCompanyResultData.Builder fiscalYearStartMonth(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartMonth)
Fiscal year start month (1-12)
-
fiscalYearStartDay
public AccountingCompanyResultData.Builder fiscalYearStartDay(double fiscalYearStartDay)
Fiscal year start day (1-31)
-
fiscalYearStartDay
public AccountingCompanyResultData.Builder fiscalYearStartDay(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fiscalYearStartDay)
Fiscal year start day (1-31)
-
build
public AccountingCompanyResultData build()
-
-