Class AccountingJournalsPaginated.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalsPaginated.Builder
-
- Enclosing class:
- AccountingJournalsPaginated
public static final class AccountingJournalsPaginated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingJournalsPaginatedbuild()AccountingJournalsPaginated.Builderdata(java.util.List<AccountingJournal> data)AccountingJournalsPaginated.Builderdata(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingJournal>> data)AccountingJournalsPaginated.Buildernext(java.lang.String next)AccountingJournalsPaginated.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)AccountingJournalsPaginated.Builderraw(java.util.List<RawResponse> raw)AccountingJournalsPaginated.Builderraw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Method Detail
-
next
public AccountingJournalsPaginated.Builder next(java.lang.String next)
-
next
public AccountingJournalsPaginated.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
data
public AccountingJournalsPaginated.Builder data(java.util.List<AccountingJournal> data)
-
data
public AccountingJournalsPaginated.Builder data(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingJournal>> data)
-
raw
public AccountingJournalsPaginated.Builder raw(java.util.List<RawResponse> raw)
-
raw
public AccountingJournalsPaginated.Builder raw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
build
public AccountingJournalsPaginated build()
-
-