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