Class LmsBatchUpsertContentOperation
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.LmsBatchUpsertContentOperation
-
- All Implemented Interfaces:
Operations.Operation<LmsBatchUpsertContentResponse>,Operations.RequestOperation<LmsBatchUpsertContentRequest,LmsBatchUpsertContentResponse>
public class LmsBatchUpsertContentOperation extends java.lang.Object implements Operations.RequestOperation<LmsBatchUpsertContentRequest,LmsBatchUpsertContentResponse>
-
-
Constructor Summary
Constructors Constructor Description LmsBatchUpsertContentOperation(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.HttpRequestbuildRequest(LmsBatchUpsertContentRequest request)java.net.http.HttpResponse<java.io.InputStream>doRequest(LmsBatchUpsertContentRequest request)LmsBatchUpsertContentResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
LmsBatchUpsertContentOperation
public LmsBatchUpsertContentOperation(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options)
-
-
Method Detail
-
buildRequest
public java.net.http.HttpRequest buildRequest(LmsBatchUpsertContentRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(LmsBatchUpsertContentRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<LmsBatchUpsertContentRequest,LmsBatchUpsertContentResponse>- Throws:
java.lang.Exception
-
handleResponse
public LmsBatchUpsertContentResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<LmsBatchUpsertContentResponse>- Throws:
java.lang.Exception
-
-