| Package | Description |
|---|---|
| com.criteo.marketing.api | |
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
GetAudiencesResponse |
AudienceApi.getAudiences(java.lang.String advertiserId)
Get a list of all the audiences for the user or for the given advertiser_id
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetAudiencesResponse> |
AudienceApi.getAudiencesWithHttpInfo(java.lang.String advertiserId)
Get a list of all the audiences for the user or for the given advertiser_id
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AudienceApi.getAudiencesAsync(java.lang.String advertiserId,
ApiCallback<GetAudiencesResponse> _callback)
(asynchronously)
Get a list of all the audiences for the user or for the given advertiser_id
|
| Modifier and Type | Method and Description |
|---|---|
GetAudiencesResponse |
GetAudiencesResponse.addDataItem(Audience dataItem) |
GetAudiencesResponse |
GetAudiencesResponse.addErrorsItem(AudienceError errorsItem) |
GetAudiencesResponse |
GetAudiencesResponse.addWarningsItem(AudienceWarning warningsItem) |
GetAudiencesResponse |
GetAudiencesResponse.data(java.util.List<Audience> data) |
GetAudiencesResponse |
GetAudiencesResponse.errors(java.util.List<AudienceError> errors) |
GetAudiencesResponse |
GetAudiencesResponse.warnings(java.util.List<AudienceWarning> warnings) |
Copyright © 2021. All rights reserved.