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