Class AccountingBatchCreateCompanyJournalsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AccountingBatchCreateCompanyJournalsRequest.Builder
-
- Enclosing class:
- AccountingBatchCreateCompanyJournalsRequest
public static final class AccountingBatchCreateCompanyJournalsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingBatchCreateCompanyJournalsRequest.BuilderaccountingJournalBatchCreateRequestDto(AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)AccountingBatchCreateCompanyJournalsRequestbuild()AccountingBatchCreateCompanyJournalsRequest.Builderid(java.lang.String id)AccountingBatchCreateCompanyJournalsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AccountingBatchCreateCompanyJournalsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public AccountingBatchCreateCompanyJournalsRequest.Builder id(java.lang.String id)
-
accountingJournalBatchCreateRequestDto
public AccountingBatchCreateCompanyJournalsRequest.Builder accountingJournalBatchCreateRequestDto(AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)
-
build
public AccountingBatchCreateCompanyJournalsRequest build()
-
-