Class AtsGetLocationRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetLocationRequestBuilder
-
public class AtsGetLocationRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsGetLocationRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetLocation sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetLocationResponsecall()AtsGetLocationRequestBuilderrequest(AtsGetLocationRequest request)AtsGetLocationRequestBuilderretryConfig(RetryConfig retryConfig)AtsGetLocationRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsGetLocationRequestBuilder
public AtsGetLocationRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetLocation sdk)
-
-
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 AtsGetLocationResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-