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