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