Class AccountingListCompanyAccountsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AccountingListCompanyAccountsResponse.Builder
-
- Enclosing class:
- AccountingListCompanyAccountsResponse
public static final class AccountingListCompanyAccountsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingListCompanyAccountsResponse.BuilderaccountingAccountsPaginated(AccountingAccountsPaginated accountingAccountsPaginated)The list of accounts was retrieved.AccountingListCompanyAccountsResponse.BuilderaccountingAccountsPaginated(java.util.Optional<? extends AccountingAccountsPaginated> accountingAccountsPaginated)The list of accounts was retrieved.AccountingListCompanyAccountsResponsebuild()AccountingListCompanyAccountsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAccountingListCompanyAccountsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AccountingListCompanyAccountsResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingAccountingListCompanyAccountsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AccountingListCompanyAccountsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AccountingListCompanyAccountsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AccountingListCompanyAccountsResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
accountingAccountsPaginated
public AccountingListCompanyAccountsResponse.Builder accountingAccountsPaginated(AccountingAccountsPaginated accountingAccountsPaginated)
The list of accounts was retrieved.
-
accountingAccountsPaginated
public AccountingListCompanyAccountsResponse.Builder accountingAccountsPaginated(java.util.Optional<? extends AccountingAccountsPaginated> accountingAccountsPaginated)
The list of accounts was retrieved.
-
headers
public AccountingListCompanyAccountsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AccountingListCompanyAccountsResponse build()
-
-