Class AccountingJournalBatchCreateRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalBatchCreateRequestDto
-
public class AccountingJournalBatchCreateRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingJournalBatchCreateRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AccountingJournalBatchCreateRequestDto(java.util.List<AccountingJournalCreateRequestDto> items)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingJournalBatchCreateRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.util.List<AccountingJournalCreateRequestDto>items()The batch of journals to createjava.lang.StringtoString()AccountingJournalBatchCreateRequestDtowithItems(java.util.List<AccountingJournalCreateRequestDto> items)The batch of journals to create
-
-
-
Constructor Detail
-
AccountingJournalBatchCreateRequestDto
public AccountingJournalBatchCreateRequestDto(java.util.List<AccountingJournalCreateRequestDto> items)
-
-
Method Detail
-
items
public java.util.List<AccountingJournalCreateRequestDto> items()
The batch of journals to create
-
builder
public static AccountingJournalBatchCreateRequestDto.Builder builder()
-
withItems
public AccountingJournalBatchCreateRequestDto withItems(java.util.List<AccountingJournalCreateRequestDto> items)
The batch of journals to create
-
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
-
-