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