Class LmsListUserCompletionsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListUserCompletionsRequestBuilder
-
public class LmsListUserCompletionsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LmsListUserCompletionsRequestBuilder(SDKMethodInterfaces.MethodCallLmsListUserCompletions sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsListUserCompletionsResponsecall()java.util.stream.Stream<LmsListUserCompletionsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.LmsListUserCompletionsRequestBuilderrequest(LmsListUserCompletionsRequest request)LmsListUserCompletionsRequestBuilderretryConfig(RetryConfig retryConfig)LmsListUserCompletionsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
LmsListUserCompletionsRequestBuilder
public LmsListUserCompletionsRequestBuilder(SDKMethodInterfaces.MethodCallLmsListUserCompletions sdk)
-
-
Method Detail
-
request
public LmsListUserCompletionsRequestBuilder request(LmsListUserCompletionsRequest request)
-
retryConfig
public LmsListUserCompletionsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public LmsListUserCompletionsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public LmsListUserCompletionsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsStream
public java.util.stream.Stream<LmsListUserCompletionsResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned. Unlike thecall()method this method will throw anSDKErrorif any page retrieval has an HTTP status code >= 300 (Note that 3XX is not an error range but will need special handling by the user if for example the HTTP client is not configured to follow redirects).
-
-