Class HrisGetEmployeeSkillOperation
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.HrisGetEmployeeSkillOperation
-
- All Implemented Interfaces:
Operations.Operation<HrisGetEmployeeSkillResponse>,Operations.RequestOperation<HrisGetEmployeeSkillRequest,HrisGetEmployeeSkillResponse>
public class HrisGetEmployeeSkillOperation extends java.lang.Object implements Operations.RequestOperation<HrisGetEmployeeSkillRequest,HrisGetEmployeeSkillResponse>
-
-
Constructor Summary
Constructors Constructor Description HrisGetEmployeeSkillOperation(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(HrisGetEmployeeSkillRequest request)HrisGetEmployeeSkillResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
HrisGetEmployeeSkillOperation
public HrisGetEmployeeSkillOperation(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options)
-
-
Method Detail
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(HrisGetEmployeeSkillRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<HrisGetEmployeeSkillRequest,HrisGetEmployeeSkillResponse>- Throws:
java.lang.Exception
-
handleResponse
public HrisGetEmployeeSkillResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<HrisGetEmployeeSkillResponse>- Throws:
java.lang.Exception
-
-