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