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