Class CrmListLists.Sync
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.CrmListLists.Sync
-
- All Implemented Interfaces:
Operations.Operation<CrmListListsResponse>,Operations.RequestOperation<CrmListListsRequest,CrmListListsResponse>
- Enclosing class:
- CrmListLists
public static class CrmListLists.Sync extends java.lang.Object implements Operations.RequestOperation<CrmListListsRequest,CrmListListsResponse>
-
-
Constructor Summary
Constructors Constructor Description Sync(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, Headers _headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.HttpResponse<java.io.InputStream>doRequest(CrmListListsRequest request)CrmListListsResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
Sync
public Sync(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, Headers _headers)
-
-
Method Detail
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(CrmListListsRequest request)
- Specified by:
doRequestin interfaceOperations.RequestOperation<CrmListListsRequest,CrmListListsResponse>
-
handleResponse
public CrmListListsResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
- Specified by:
handleResponsein interfaceOperations.Operation<CrmListListsResponse>
-
-