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