Class LmsBatchUpsertContentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsBatchUpsertContentResponse.Builder
-
- Enclosing class:
- LmsBatchUpsertContentResponse
public static final class LmsBatchUpsertContentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsBatchUpsertContentResponse.BuilderbatchResultApiModel(BatchResultApiModel batchResultApiModel)Batch operation acceptedLmsBatchUpsertContentResponse.BuilderbatchResultApiModel(java.util.Optional<? extends BatchResultApiModel> batchResultApiModel)Batch operation acceptedLmsBatchUpsertContentResponsebuild()LmsBatchUpsertContentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationLmsBatchUpsertContentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)LmsBatchUpsertContentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingLmsBatchUpsertContentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public LmsBatchUpsertContentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public LmsBatchUpsertContentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public LmsBatchUpsertContentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
batchResultApiModel
public LmsBatchUpsertContentResponse.Builder batchResultApiModel(BatchResultApiModel batchResultApiModel)
Batch operation accepted
-
batchResultApiModel
public LmsBatchUpsertContentResponse.Builder batchResultApiModel(java.util.Optional<? extends BatchResultApiModel> batchResultApiModel)
Batch operation accepted
-
headers
public LmsBatchUpsertContentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public LmsBatchUpsertContentResponse build()
-
-