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