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