Class AccountingGetCompanyRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AccountingGetCompanyRequestBuilder
-
public class AccountingGetCompanyRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AccountingGetCompanyRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<AccountingGetCompanyResponse>call()AccountingGetCompanyRequestBuilderrequest(AccountingGetCompanyRequest request)AccountingGetCompanyRequestBuilderretryConfig(RetryConfig retryConfig)AccountingGetCompanyRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AccountingGetCompanyRequestBuilder
public AccountingGetCompanyRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AccountingGetCompanyRequestBuilder request(AccountingGetCompanyRequest request)
-
retryConfig
public AccountingGetCompanyRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AccountingGetCompanyRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<AccountingGetCompanyResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-