Class AccountingGetCompanyTaxRateResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AccountingGetCompanyTaxRateResponse.Builder
-
- Enclosing class:
- AccountingGetCompanyTaxRateResponse
public static final class AccountingGetCompanyTaxRateResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingGetCompanyTaxRateResponse.BuilderaccountingTaxRateResult(AccountingTaxRateResult accountingTaxRateResult)The tax rate with the given identifier was retrieved.AccountingGetCompanyTaxRateResponse.BuilderaccountingTaxRateResult(java.util.Optional<? extends AccountingTaxRateResult> accountingTaxRateResult)The tax rate with the given identifier was retrieved.AccountingGetCompanyTaxRateResponsebuild()AccountingGetCompanyTaxRateResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAccountingGetCompanyTaxRateResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AccountingGetCompanyTaxRateResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAccountingGetCompanyTaxRateResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AccountingGetCompanyTaxRateResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AccountingGetCompanyTaxRateResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AccountingGetCompanyTaxRateResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
accountingTaxRateResult
public AccountingGetCompanyTaxRateResponse.Builder accountingTaxRateResult(AccountingTaxRateResult accountingTaxRateResult)
The tax rate with the given identifier was retrieved.
-
accountingTaxRateResult
public AccountingGetCompanyTaxRateResponse.Builder accountingTaxRateResult(java.util.Optional<? extends AccountingTaxRateResult> accountingTaxRateResult)
The tax rate with the given identifier was retrieved.
-
headers
public AccountingGetCompanyTaxRateResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AccountingGetCompanyTaxRateResponse build()
-
-