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