public class TrackingControllerApi extends Object
Constructor and Description |
---|
TrackingControllerApi() |
TrackingControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
TrackingPixelDto |
createTrackingPixel(CreateTrackingPixelOptions createTrackingPixelOptions)
Create tracking pixel
Create a tracking pixel.
|
okhttp3.Call |
createTrackingPixelAsync(CreateTrackingPixelOptions createTrackingPixelOptions,
ApiCallback<TrackingPixelDto> _callback)
Create tracking pixel (asynchronously)
Create a tracking pixel.
|
okhttp3.Call |
createTrackingPixelCall(CreateTrackingPixelOptions createTrackingPixelOptions,
ApiCallback _callback)
Build call for createTrackingPixel
|
ApiResponse<TrackingPixelDto> |
createTrackingPixelWithHttpInfo(CreateTrackingPixelOptions createTrackingPixelOptions)
Create tracking pixel
Create a tracking pixel.
|
PageTrackingPixelProjection |
getAllTrackingPixels(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get tracking pixels
List tracking pixels in paginated form
|
okhttp3.Call |
getAllTrackingPixelsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
Get tracking pixels (asynchronously)
List tracking pixels in paginated form
|
okhttp3.Call |
getAllTrackingPixelsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllTrackingPixels
|
ApiResponse<PageTrackingPixelProjection> |
getAllTrackingPixelsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get tracking pixels
List tracking pixels in paginated form
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
TrackingPixelDto |
getTrackingPixel(UUID id)
Get pixel
|
okhttp3.Call |
getTrackingPixelAsync(UUID id,
ApiCallback<TrackingPixelDto> _callback)
Get pixel (asynchronously)
|
okhttp3.Call |
getTrackingPixelCall(UUID id,
ApiCallback _callback)
Build call for getTrackingPixel
|
ApiResponse<TrackingPixelDto> |
getTrackingPixelWithHttpInfo(UUID id)
Get pixel
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public TrackingControllerApi()
public TrackingControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createTrackingPixelCall(CreateTrackingPixelOptions createTrackingPixelOptions, ApiCallback _callback) throws ApiException
createTrackingPixelOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public TrackingPixelDto createTrackingPixel(CreateTrackingPixelOptions createTrackingPixelOptions) throws ApiException
createTrackingPixelOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<TrackingPixelDto> createTrackingPixelWithHttpInfo(CreateTrackingPixelOptions createTrackingPixelOptions) throws ApiException
createTrackingPixelOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createTrackingPixelAsync(CreateTrackingPixelOptions createTrackingPixelOptions, ApiCallback<TrackingPixelDto> _callback) throws ApiException
createTrackingPixelOptions
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call getAllTrackingPixelsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageTrackingPixelProjection getAllTrackingPixels(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageTrackingPixelProjection> getAllTrackingPixelsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllTrackingPixelsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageTrackingPixelProjection> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size in list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTrackingPixelCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public TrackingPixelDto getTrackingPixel(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<TrackingPixelDto> getTrackingPixelWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getTrackingPixelAsync(UUID id, ApiCallback<TrackingPixelDto> _callback) throws ApiException
id
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.