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