Class HrisGetCompany.Sync
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.HrisGetCompany.Sync
-
- All Implemented Interfaces:
Operations.Operation<HrisGetCompanyResponse>,Operations.RequestOperation<HrisGetCompanyRequest,HrisGetCompanyResponse>
- Enclosing class:
- HrisGetCompany
public static class HrisGetCompany.Sync extends java.lang.Object implements Operations.RequestOperation<HrisGetCompanyRequest,HrisGetCompanyResponse>
-
-
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(HrisGetCompanyRequest request)HrisGetCompanyResponsehandleResponse(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(HrisGetCompanyRequest request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<HrisGetCompanyRequest,HrisGetCompanyResponse>- Throws:
java.lang.Exception
-
handleResponse
public HrisGetCompanyResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<HrisGetCompanyResponse>- Throws:
java.lang.Exception
-
-