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