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