Class AccountingBatchCreateCompanyJournalsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AccountingBatchCreateCompanyJournalsRequest
-
public class AccountingBatchCreateCompanyJournalsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingBatchCreateCompanyJournalsRequest.Builder
-
Constructor Summary
Constructors Constructor Description AccountingBatchCreateCompanyJournalsRequest(java.lang.String xAccountId, java.lang.String id, AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingJournalBatchCreateRequestDtoaccountingJournalBatchCreateRequestDto()static AccountingBatchCreateCompanyJournalsRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()java.lang.StringtoString()AccountingBatchCreateCompanyJournalsRequestwithAccountingJournalBatchCreateRequestDto(AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)AccountingBatchCreateCompanyJournalsRequestwithId(java.lang.String id)AccountingBatchCreateCompanyJournalsRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
AccountingBatchCreateCompanyJournalsRequest
public AccountingBatchCreateCompanyJournalsRequest(java.lang.String xAccountId, java.lang.String id, AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
accountingJournalBatchCreateRequestDto
public AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto()
-
builder
public static AccountingBatchCreateCompanyJournalsRequest.Builder builder()
-
withXAccountId
public AccountingBatchCreateCompanyJournalsRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public AccountingBatchCreateCompanyJournalsRequest withId(java.lang.String id)
-
withAccountingJournalBatchCreateRequestDto
public AccountingBatchCreateCompanyJournalsRequest withAccountingJournalBatchCreateRequestDto(AccountingJournalBatchCreateRequestDto accountingJournalBatchCreateRequestDto)
-
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
-
-