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