Class HrisGetCompanyOperation
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.HrisGetCompanyOperation
-
- All Implemented Interfaces:
Operations.Operation<HrisGetCompanyResponse>,Operations.RequestOperation<HrisGetCompanyRequest,HrisGetCompanyResponse>
public class HrisGetCompanyOperation extends java.lang.Object implements Operations.RequestOperation<HrisGetCompanyRequest,HrisGetCompanyResponse>
-
-
Constructor Summary
Constructors Constructor Description HrisGetCompanyOperation(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
-
HrisGetCompanyOperation
public HrisGetCompanyOperation(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
-
-