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