Class LmsListUserCompletionsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListUserCompletionsResponse.Builder
-
- Enclosing class:
- LmsListUserCompletionsResponse
public static final class LmsListUserCompletionsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LmsListUserCompletionsResponsebuild()LmsListUserCompletionsResponse.BuildercompletionsPaginated(CompletionsPaginated completionsPaginated)The completions with for the users with the given identifier were retrieved.LmsListUserCompletionsResponse.BuildercompletionsPaginated(java.util.Optional<? extends CompletionsPaginated> completionsPaginated)The completions with for the users with the given identifier were retrieved.LmsListUserCompletionsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationLmsListUserCompletionsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)LmsListUserCompletionsResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<LmsListUserCompletionsResponse>> next)Deprecated.LmsListUserCompletionsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingLmsListUserCompletionsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public LmsListUserCompletionsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public LmsListUserCompletionsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public LmsListUserCompletionsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
completionsPaginated
public LmsListUserCompletionsResponse.Builder completionsPaginated(CompletionsPaginated completionsPaginated)
The completions with for the users with the given identifier were retrieved.
-
completionsPaginated
public LmsListUserCompletionsResponse.Builder completionsPaginated(java.util.Optional<? extends CompletionsPaginated> completionsPaginated)
The completions with for the users with the given identifier were retrieved.
-
headers
public LmsListUserCompletionsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public LmsListUserCompletionsResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<LmsListUserCompletionsResponse>> next)
Deprecated.Internal API. Not for public use. Sets the provider of the next page.
-
build
public LmsListUserCompletionsResponse build()
-
-