public class AnalyticsApi
extends java.lang.Object
| Constructor and Description |
|---|
AnalyticsApi() |
AnalyticsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAdsetReport(StatisticsReportQueryMessage statisticsReportQueryMessage)
This Statistics endpoint provides adset related data.
|
okhttp3.Call |
getAdsetReportAsync(StatisticsReportQueryMessage statisticsReportQueryMessage,
ApiCallback<byte[]> _callback)
(asynchronously)
This Statistics endpoint provides adset related data.
|
okhttp3.Call |
getAdsetReportCall(StatisticsReportQueryMessage statisticsReportQueryMessage,
ApiCallback _callback)
Build call for getAdsetReport
|
ApiResponse<byte[]> |
getAdsetReportWithHttpInfo(StatisticsReportQueryMessage statisticsReportQueryMessage)
This Statistics endpoint provides adset related data.
|
ApiClient |
getApiClient() |
byte[] |
getTransactionsReport(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage)
This Transactions endpoint provides transactions id related data.
|
okhttp3.Call |
getTransactionsReportAsync(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage,
ApiCallback<byte[]> _callback)
(asynchronously)
This Transactions endpoint provides transactions id related data.
|
okhttp3.Call |
getTransactionsReportCall(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage,
ApiCallback _callback)
Build call for getTransactionsReport
|
ApiResponse<byte[]> |
getTransactionsReportWithHttpInfo(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage)
This Transactions endpoint provides transactions id related data.
|
void |
setApiClient(ApiClient apiClient) |
public AnalyticsApi()
public AnalyticsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAdsetReportCall(StatisticsReportQueryMessage statisticsReportQueryMessage, ApiCallback _callback) throws ApiException
statisticsReportQueryMessage - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public byte[] getAdsetReport(StatisticsReportQueryMessage statisticsReportQueryMessage) throws ApiException
statisticsReportQueryMessage - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public ApiResponse<byte[]> getAdsetReportWithHttpInfo(StatisticsReportQueryMessage statisticsReportQueryMessage) throws ApiException
statisticsReportQueryMessage - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public okhttp3.Call getAdsetReportAsync(StatisticsReportQueryMessage statisticsReportQueryMessage, ApiCallback<byte[]> _callback) throws ApiException
statisticsReportQueryMessage - (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 object| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public okhttp3.Call getTransactionsReportCall(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage, ApiCallback _callback) throws ApiException
transactionsReportQueryDataMessage - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public byte[] getTransactionsReport(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage) throws ApiException
transactionsReportQueryDataMessage - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public ApiResponse<byte[]> getTransactionsReportWithHttpInfo(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage) throws ApiException
transactionsReportQueryDataMessage - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
public okhttp3.Call getTransactionsReportAsync(TransactionsReportQueryDataMessage transactionsReportQueryDataMessage, ApiCallback<byte[]> _callback) throws ApiException
transactionsReportQueryDataMessage - (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 object| Status Code | Description | Response Headers |
| 200 | Success | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
Copyright © 2021. All rights reserved.