Class LmsListContentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListContentResponse.Builder
-
- Enclosing class:
- LmsListContentResponse
public static final class LmsListContentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LmsListContentResponsebuild()LmsListContentResponse.BuildercontentPaginated(ContentPaginated contentPaginated)The list of content was retrieved.LmsListContentResponse.BuildercontentPaginated(java.util.Optional<? extends ContentPaginated> contentPaginated)The list of content was retrieved.LmsListContentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationLmsListContentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)LmsListContentResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<LmsListContentResponse>> next)Deprecated.LmsListContentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingLmsListContentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public LmsListContentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public LmsListContentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public LmsListContentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
contentPaginated
public LmsListContentResponse.Builder contentPaginated(ContentPaginated contentPaginated)
The list of content was retrieved.
-
contentPaginated
public LmsListContentResponse.Builder contentPaginated(java.util.Optional<? extends ContentPaginated> contentPaginated)
The list of content was retrieved.
-
headers
public LmsListContentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public LmsListContentResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<LmsListContentResponse>> next)
Deprecated.Internal API. Not for public use. Sets the provider of the next page.
-
build
public LmsListContentResponse build()
-
-