Class AccountingGetCompanyTaxRateRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AccountingGetCompanyTaxRateRequestBuilder
-
public class AccountingGetCompanyTaxRateRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AccountingGetCompanyTaxRateRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<AccountingGetCompanyTaxRateResponse>call()AccountingGetCompanyTaxRateRequestBuilderrequest(AccountingGetCompanyTaxRateRequest request)AccountingGetCompanyTaxRateRequestBuilderretryConfig(RetryConfig retryConfig)AccountingGetCompanyTaxRateRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AccountingGetCompanyTaxRateRequestBuilder
public AccountingGetCompanyTaxRateRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AccountingGetCompanyTaxRateRequestBuilder request(AccountingGetCompanyTaxRateRequest request)
-
retryConfig
public AccountingGetCompanyTaxRateRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AccountingGetCompanyTaxRateRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<AccountingGetCompanyTaxRateResponse> call()
-
-