Class LmsUpsertContentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsUpsertContentResponse.Builder
-
- Enclosing class:
- LmsUpsertContentResponse
public static final class LmsUpsertContentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsUpsertContentResponsebuild()LmsUpsertContentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationLmsUpsertContentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)LmsUpsertContentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingLmsUpsertContentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationLmsUpsertContentResponse.BuilderupsertResult(UpsertResult upsertResult)The content was upserted successfully.LmsUpsertContentResponse.BuilderupsertResult(java.util.Optional<? extends UpsertResult> upsertResult)The content was upserted successfully.
-
-
-
Method Detail
-
contentType
public LmsUpsertContentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public LmsUpsertContentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public LmsUpsertContentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
upsertResult
public LmsUpsertContentResponse.Builder upsertResult(UpsertResult upsertResult)
The content was upserted successfully.
-
upsertResult
public LmsUpsertContentResponse.Builder upsertResult(java.util.Optional<? extends UpsertResult> upsertResult)
The content was upserted successfully.
-
headers
public LmsUpsertContentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public LmsUpsertContentResponse build()
-
-