- geoLocation(AdSetGeoLocation) - Method in class com.criteo.marketing.model.AdSetTargeting
-
- getAccessToken() - Method in class com.criteo.marketing.auth.OAuth
-
- getAccessToken() - Method in class com.criteo.marketing.model.JwtModel
-
The access token issued by the authorization server.
- getActivationStatus() - Method in class com.criteo.marketing.model.ReadAdSetSchedule
-
Activation status of the ad set, i.e.
- getAdSet(String) - Method in class com.criteo.marketing.api.CampaignApi
-
Get the data for the specified ad set
- getAdSetAsync(String, ApiCallback<ResponseReadAdSet>) - Method in class com.criteo.marketing.api.CampaignApi
-
(asynchronously)
Get the data for the specified ad set
- getAdSetCall(String, ApiCallback) - Method in class com.criteo.marketing.api.CampaignApi
-
Build call for getAdSet
- getAdSetIds() - Method in class com.criteo.marketing.model.AdSetSearchFilter
-
Get adSetIds
- getAdsetReport(StatisticsReportQueryMessage) - Method in class com.criteo.marketing.api.AnalyticsApi
-
This Statistics endpoint provides adset related data.
- getAdsetReportAsync(StatisticsReportQueryMessage, ApiCallback<byte[]>) - Method in class com.criteo.marketing.api.AnalyticsApi
-
(asynchronously)
This Statistics endpoint provides adset related data.
- getAdsetReportCall(StatisticsReportQueryMessage, ApiCallback) - Method in class com.criteo.marketing.api.AnalyticsApi
-
Build call for getAdsetReport
- getAdsetReportWithHttpInfo(StatisticsReportQueryMessage) - Method in class com.criteo.marketing.api.AnalyticsApi
-
This Statistics endpoint provides adset related data.
- getAdSetWithHttpInfo(String) - Method in class com.criteo.marketing.api.CampaignApi
-
Get the data for the specified ad set
- getAdvertiserId() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The advertiser id that owns this Audience
- getAdvertiserId() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get advertiserId
- getAdvertiserId() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get advertiserId
- getAdvertiserId() - Method in class com.criteo.marketing.model.NewAudienceAttributes
-
The advertiser id to create the audience for
- getAdvertiserId() - Method in class com.criteo.marketing.model.ReadAdSet
-
Advertiser id of the campaign this ad set belongs to
- getAdvertiserIds() - Method in class com.criteo.marketing.model.AdSetSearchFilter
-
Get advertiserIds
- getAdvertiserIds() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The comma-separated list of advertiser ids.
- getAdvertiserIds() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
The comma-separated list of advertiser ids.
- getAdvertiserName() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get advertiserName
- getAdvertiserName() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get advertiserName
- getAdvertiserName() - Method in class com.criteo.marketing.model.PortfolioMessage
-
Get advertiserName
- getApiClient() - Method in class com.criteo.marketing.api.AdvertiserApi
-
- getApiClient() - Method in class com.criteo.marketing.api.AnalyticsApi
-
- getApiClient() - Method in class com.criteo.marketing.api.AudienceApi
-
- getApiClient() - Method in class com.criteo.marketing.api.CampaignApi
-
- getApiClient() - Method in class com.criteo.marketing.api.CategoryApi
-
- getApiClient() - Method in class com.criteo.marketing.api.OAuthApi
-
- getApiKey() - Method in class com.criteo.marketing.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class com.criteo.marketing.auth.ApiKeyAuth
-
- getAttributes() - Method in class com.criteo.marketing.model.Audience
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.BasicAudienceDefinition
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.ContactlistAmendment
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.ContactlistOperation
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.NewAudience
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.ReadModelReadAdSet
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.ReplaceAudience
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.TransactionsReportQueryEntityMessage
-
Get attributes
- getAttributes() - Method in class com.criteo.marketing.model.WriteModelPatchAdSet
-
Get attributes
- getAudiences(String) - Method in class com.criteo.marketing.api.AudienceApi
-
Get a list of all the audiences for the user or for the given advertiser_id
- getAudiencesAsync(String, ApiCallback<GetAudiencesResponse>) - Method in class com.criteo.marketing.api.AudienceApi
-
(asynchronously)
Get a list of all the audiences for the user or for the given advertiser_id
- getAudiencesCall(String, ApiCallback) - Method in class com.criteo.marketing.api.AudienceApi
-
Build call for getAudiences
- GetAudiencesResponse - Class in com.criteo.marketing.model
-
Body of the GET audience operation
- GetAudiencesResponse() - Constructor for class com.criteo.marketing.model.GetAudiencesResponse
-
- getAudiencesWithHttpInfo(String) - Method in class com.criteo.marketing.api.AudienceApi
-
Get a list of all the audiences for the user or for the given advertiser_id
- getAuthentication(String) - Method in class com.criteo.marketing.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.criteo.marketing.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAveragePrice() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get averagePrice
- getBasePath() - Method in class com.criteo.marketing.ApiClient
-
Get base path
- getBearerToken() - Method in class com.criteo.marketing.auth.HttpBearerAuth
-
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
- getBidAmount() - Method in class com.criteo.marketing.model.PatchAdSetBidding
-
Get bidAmount
- getBidAmount() - Method in class com.criteo.marketing.model.ReadAdSetBidding
-
Get bidAmount
- getBidCurrency() - Method in class com.criteo.marketing.model.BidMessage
-
Get bidCurrency
- getBidding() - Method in class com.criteo.marketing.model.PatchAdSet
-
Get bidding
- getBidding() - Method in class com.criteo.marketing.model.ReadAdSet
-
Get bidding
- getBidIsPending() - Method in class com.criteo.marketing.model.BidMessage
-
Get bidIsPending
- getBids(String, String, String, String, String, Boolean) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a the bids for campaigns and their categories
Get the campaigns' bids, as well as the bids of their categories
- getBidsAsync(String, String, String, String, String, Boolean, ApiCallback<List<CampaignBidMessage>>) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a the bids for campaigns and their categories (asynchronously)
Get the campaigns' bids, as well as the bids of their categories
- getBidsCall(String, String, String, String, String, Boolean, ApiCallback) - Method in class com.criteo.marketing.api.CampaignApi
-
Build call for getBids
- getBidStrategy() - Method in class com.criteo.marketing.model.ReadAdSetBidding
-
The intended optimization for the Ad Set
- getBidsWithHttpInfo(String, String, String, String, String, Boolean) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a the bids for campaigns and their categories
Get the campaigns' bids, as well as the bids of their categories
- getBidType() - Method in class com.criteo.marketing.model.BidMessage
-
Get bidType
- getBidValue() - Method in class com.criteo.marketing.model.BidMessage
-
Get bidValue
- getBidValue() - Method in class com.criteo.marketing.model.CampaignBidChangeRequest
-
Get bidValue
- getBidValue() - Method in class com.criteo.marketing.model.CategoryBidChangeRequest
-
Get bidValue
- getBudget() - Method in class com.criteo.marketing.model.PatchAdSet
-
Get budget
- getBudget() - Method in class com.criteo.marketing.model.ReadAdSet
-
Get budget
- getBudgetAmount() - Method in class com.criteo.marketing.model.PatchAdSetBudget
-
Get budgetAmount
- getBudgetAmount() - Method in class com.criteo.marketing.model.ReadAdSetBudget
-
Get budgetAmount
- getBudgetDeliverySmoothing() - Method in class com.criteo.marketing.model.PatchAdSetBudget
-
The pace at which the budget can be spent
- getBudgetDeliverySmoothing() - Method in class com.criteo.marketing.model.ReadAdSetBudget
-
The pace at which the budget can be spent
- getBudgetDeliveryWeek() - Method in class com.criteo.marketing.model.PatchAdSetBudget
-
The delivery week for the budget
- getBudgetDeliveryWeek() - Method in class com.criteo.marketing.model.ReadAdSetBudget
-
The delivery week for the budget
- getBudgetId() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get budgetId
- getBudgetRenewal() - Method in class com.criteo.marketing.model.PatchAdSetBudget
-
The pace of the budget renewal
- getBudgetRenewal() - Method in class com.criteo.marketing.model.ReadAdSetBudget
-
The pace of the budget renewal
- getBudgetStrategy() - Method in class com.criteo.marketing.model.PatchAdSetBudget
-
Whether your budget is capped or not
- getBudgetStrategy() - Method in class com.criteo.marketing.model.ReadAdSetBudget
-
Whether your budget is capped or not
- getCampaignBid() - Method in class com.criteo.marketing.model.CampaignBidMessage
-
Get campaignBid
- getCampaignBid() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get campaignBid
- getCampaignId() - Method in class com.criteo.marketing.model.CampaignBidChangeRequest
-
Get campaignId
- getCampaignId() - Method in class com.criteo.marketing.model.CampaignBidChangeResponse
-
Get campaignId
- getCampaignId() - Method in class com.criteo.marketing.model.CampaignBidMessage
-
Get campaignId
- getCampaignId() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get campaignId
- getCampaignId() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get campaignId
- getCampaignId() - Method in class com.criteo.marketing.model.ReadAdSet
-
Campaign id this ad set belongs to
- getCampaignIds() - Method in class com.criteo.marketing.model.AdSetSearchFilter
-
Get campaignIds
- getCampaignName() - Method in class com.criteo.marketing.model.CampaignBidMessage
-
Get campaignName
- getCampaignName() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get campaignName
- getCampaignName() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get campaignName
- getCampaignStatus() - Method in class com.criteo.marketing.model.CampaignBidMessage
-
Get campaignStatus
- getCampaignStatus() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get campaignStatus
- getCampaignType() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get campaignType
- getCatalogId() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get catalogId
- getCatalogId() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalog
-
Get catalogId
- getCatalogId() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogError
-
Get catalogId
- getCatalogName() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get catalogName
- getCategories(Integer, Boolean) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets all advertiser's categories
Get the list of all the categories linked to the requested advertiser.
- getCategories(Integer, Boolean) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets categories
Get the list of categories linked to the requested campaign.
- getCategories(String, String, String, Boolean) - Method in class com.criteo.marketing.api.CategoryApi
-
Gets categories
Get the list of categories with the specified filters.
- getCategories() - Method in class com.criteo.marketing.model.CampaignBidChangeRequest
-
Get categories
- getCategories() - Method in class com.criteo.marketing.model.CampaignBidChangeResponse
-
Get categories
- getCategories() - Method in class com.criteo.marketing.model.CampaignBidMessage
-
Get categories
- getCategories() - Method in class com.criteo.marketing.model.CampaignMessage
-
Get categories
- getCategories() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalog
-
Get categories
- getCategories() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogError
-
Get categories
- getCategoriesAsync(Integer, Boolean, ApiCallback<List<CategoryMessage>>) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets all advertiser's categories (asynchronously)
Get the list of all the categories linked to the requested advertiser.
- getCategoriesAsync(Integer, Boolean, ApiCallback<CategoryMessage>) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets categories (asynchronously)
Get the list of categories linked to the requested campaign.
- getCategoriesAsync(String, String, String, Boolean, ApiCallback<List<CategoryMessage>>) - Method in class com.criteo.marketing.api.CategoryApi
-
Gets categories (asynchronously)
Get the list of categories with the specified filters.
- getCategoriesCall(Integer, Boolean, ApiCallback) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Build call for getCategories
- getCategoriesCall(Integer, Boolean, ApiCallback) - Method in class com.criteo.marketing.api.CampaignApi
-
Build call for getCategories
- getCategoriesCall(String, String, String, Boolean, ApiCallback) - Method in class com.criteo.marketing.api.CategoryApi
-
Build call for getCategories
- getCategoriesWithHttpInfo(Integer, Boolean) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets all advertiser's categories
Get the list of all the categories linked to the requested advertiser.
- getCategoriesWithHttpInfo(Integer, Boolean) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets categories
Get the list of categories linked to the requested campaign.
- getCategoriesWithHttpInfo(String, String, String, Boolean) - Method in class com.criteo.marketing.api.CategoryApi
-
Gets categories
Get the list of categories with the specified filters.
- getCategory(Integer, Integer) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets a specific advertiser's category
Get a specific category linked to the requested advertiser.
- getCategory(Integer, Integer) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a specific category
Get a specific category linked to the requested campaign.
- getCategoryAsync(Integer, Integer, ApiCallback<List<CategoryMessage>>) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets a specific advertiser's category (asynchronously)
Get a specific category linked to the requested advertiser.
- getCategoryAsync(Integer, Integer, ApiCallback<CategoryMessage>) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a specific category (asynchronously)
Get a specific category linked to the requested campaign.
- getCategoryBid() - Method in class com.criteo.marketing.model.CategoryBidMessage
-
Get categoryBid
- getCategoryBid() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get categoryBid
- getCategoryCall(Integer, Integer, ApiCallback) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Build call for getCategory
- getCategoryCall(Integer, Integer, ApiCallback) - Method in class com.criteo.marketing.api.CampaignApi
-
Build call for getCategory
- getCategoryHashcode() - Method in class com.criteo.marketing.model.CategoryBidChangeRequest
-
Get categoryHashcode
- getCategoryHashcode() - Method in class com.criteo.marketing.model.CategoryBidMessage
-
Get categoryHashcode
- getCategoryHashCode() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get categoryHashCode
- getCategoryHashCode() - Method in class com.criteo.marketing.model.CategoryUpdateError
-
Get categoryHashCode
- getCategoryHashCode() - Method in class com.criteo.marketing.model.CategoryUpdateInput
-
Get categoryHashCode
- getCategoryName() - Method in class com.criteo.marketing.model.CategoryBidMessage
-
Get categoryName
- getCategoryName() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get categoryName
- getCategoryWithHttpInfo(Integer, Integer) - Method in class com.criteo.marketing.api.AdvertiserApi
-
Gets a specific advertiser's category
Get a specific category linked to the requested advertiser.
- getCategoryWithHttpInfo(Integer, Integer) - Method in class com.criteo.marketing.api.CampaignApi
-
Gets a specific category
Get a specific category linked to the requested campaign.
- getClientId() - Method in class com.criteo.marketing.model.InlineObject
-
API Client-Id or Username
- getClientSecret() - Method in class com.criteo.marketing.model.InlineObject
-
API Client secret or password
- getCode() - Method in exception com.criteo.marketing.ApiException
-
Get the HTTP status code.
- getCode() - Method in class com.criteo.marketing.model.AudienceError
-
(REQUIRED) A machine-readable unique error code, expressed as a string value.
- getCode() - Method in class com.criteo.marketing.model.AudienceWarning
-
(REQUIRED) A machine-readable unique error code, expressed as a string value.
- getCode() - Method in class com.criteo.marketing.model.CriteoApiError
-
A machine-readable error code string in kabab-case.
- getCode() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
A machine-readable error code string in kabab-case.
- getCode() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get code
- getCode() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get code
- getConnectTimeout() - Method in class com.criteo.marketing.ApiClient
-
Get connection timeout (in milliseconds).
- getContactListId() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
the affected user list id
- getCostController() - Method in class com.criteo.marketing.model.ReadAdSetBidding
-
How is spend controlled
- getCountries() - Method in class com.criteo.marketing.model.AdSetGeoLocation
-
Get countries
- getCreated() - Method in class com.criteo.marketing.model.AudienceAttributes
-
Date and time ISO 8601 formatted string
- getCurrency() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The currency used for the report.
- getCurrency() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
The currency used for the report.
- getData() - Method in class com.criteo.marketing.ApiResponse
-
- getData() - Method in class com.criteo.marketing.model.ContactlistAmendmentRequest
-
Get data
- getData() - Method in class com.criteo.marketing.model.DeleteAudienceContactListResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.DeleteAudienceResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.GetAudiencesResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.GetPortfolioResponse
-
The response's primary data
- getData() - Method in class com.criteo.marketing.model.ModifyAudienceResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.NewAudienceRequest
-
Get data
- getData() - Method in class com.criteo.marketing.model.NewAudienceResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.ReplaceAudienceRequest
-
Get data
- getData() - Method in class com.criteo.marketing.model.ReplaceAudienceResponse
-
Get data
- getData() - Method in class com.criteo.marketing.model.RequestsAdSetId
-
Get data
- getData() - Method in class com.criteo.marketing.model.RequestsPatchAdSet
-
Get data
- getData() - Method in class com.criteo.marketing.model.ResponseAdSetId
-
Get data
- getData() - Method in class com.criteo.marketing.model.ResponseReadAdSet
-
Get data
- getData() - Method in class com.criteo.marketing.model.ResponsesAdSetId
-
Get data
- getData() - Method in class com.criteo.marketing.model.ResponsesReadAdSet
-
Get data
- getData() - Method in class com.criteo.marketing.model.TransactionsReportQueryDataMessage
-
Get data
- getDateFormat() - Method in class com.criteo.marketing.ApiClient
-
- getDefaultApiClient() - Static method in class com.criteo.marketing.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDeliveryLimitations() - Method in class com.criteo.marketing.model.AdSetTargeting
-
Get deliveryLimitations
- getDeliveryStatus() - Method in class com.criteo.marketing.model.ReadAdSetSchedule
-
Delivery status of the delivery of the ad set, i.e.
- getDescription() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The string description of the Audience
- getDescription() - Method in class com.criteo.marketing.model.AudienceNameDescription
-
The description of the audience
- getDescription() - Method in class com.criteo.marketing.model.NewAudienceAttributes
-
The description of the audience
- getDestinationEnvironment() - Method in class com.criteo.marketing.model.ReadAdSet
-
The environment that an ad click will lead a user to
- getDetail() - Method in class com.criteo.marketing.model.AudienceError
-
(RECOMMENDED) A human-readable explanation specific to this occurrence of the problem
- getDetail() - Method in class com.criteo.marketing.model.AudienceWarning
-
(REQUIRED) A human-readable explanation specific to this occurrence of the problem
- getDetail() - Method in class com.criteo.marketing.model.CriteoApiError
-
A human-readable explanation specific to this occurrence of the problem.
- getDetail() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
A human-readable explanation specific to this occurrence of the problem.
- getDetail() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get detail
- getDetail() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get detail
- getDetails() - Method in class com.criteo.marketing.model.CampaignBidChangeResponseMessageWithDetails
-
Get details
- getDetails() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogErrorMessageWithDetails
-
Get details
- getDevices() - Method in class com.criteo.marketing.model.AdSetDeliveryLimitations
-
List of devices which the ad set should target
- getDimensions() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The dimensions for the report.
- getEnabled() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get enabled
- getEnabled() - Method in class com.criteo.marketing.model.CategoryUpdateInput
-
Get enabled
- getEndDate() - Method in class com.criteo.marketing.model.PatchAdSetScheduling
-
Get endDate
- getEndDate() - Method in class com.criteo.marketing.model.ReadAdSetSchedule
-
Get endDate
- getEndDate() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
End date of the report.
- getEndDate() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
End date of the report.
- getEnvironments() - Method in class com.criteo.marketing.model.AdSetDeliveryLimitations
-
List of environments which the ad set should target
- getError() - Method in class com.criteo.marketing.model.OAuth2Error
-
Get error
- getErrorCode() - Method in class com.criteo.marketing.model.CampaignBidChangeResponse
-
Get errorCode
- getErrorCode() - Method in class com.criteo.marketing.model.CategoryUpdateError
-
Get errorCode
- getErrorCode() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogError
-
Get errorCode
- getErrorDescription() - Method in class com.criteo.marketing.model.OAuth2Error
-
Get errorDescription
- getErrorMessage() - Method in class com.criteo.marketing.model.CampaignBidChangeResponse
-
Get errorMessage
- getErrorMessage() - Method in class com.criteo.marketing.model.CategoryUpdateError
-
Get errorMessage
- getErrorMessage() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogError
-
Get errorMessage
- getErrors() - Method in class com.criteo.marketing.model.DeleteAudienceContactListResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.DeleteAudienceResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ErrorCodeResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.GetAudiencesResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.GetPortfolioResponse
-
Error list returned by the Criteo API For successful requests it is empty
- getErrors() - Method in class com.criteo.marketing.model.ModifyAudienceResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.NewAudienceResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ReplaceAudienceResponse
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ResponseAdSetId
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ResponseReadAdSet
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ResponsesAdSetId
-
Get errors
- getErrors() - Method in class com.criteo.marketing.model.ResponsesReadAdSet
-
Get errors
- getEventType() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
Apply a filter on Event type .
- getExpiresIn() - Method in class com.criteo.marketing.model.JwtModel
-
The lifetime in seconds of the access token.For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated.
- getFilters() - Method in class com.criteo.marketing.model.RequestAdSetSearch
-
Get filters
- getFormat() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The file format of the generated report: csv, xml, excel or json.
- getFormat() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
The file format of the generated report: csv, xml, excel or json.
- getFrequency() - Method in class com.criteo.marketing.model.AdSetFrequencyCapping
-
Period on which impression limitation is calculated
- getFrequencyCapping() - Method in class com.criteo.marketing.model.AdSetTargeting
-
Get frequencyCapping
- getGeoLocation() - Method in class com.criteo.marketing.model.AdSetTargeting
-
Get geoLocation
- getGrantType() - Method in class com.criteo.marketing.model.InlineObject
-
Other grant types are not available
- getGson() - Method in class com.criteo.marketing.JSON
-
Get Gson.
- getGumCallerId() - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
The Gum caller id of the advertiser patching identifiers of type Gum
- getHeaders() - Method in class com.criteo.marketing.ApiResponse
-
- getHttpClient() - Method in class com.criteo.marketing.ApiClient
-
Get HTTP client
- getId() - Method in class com.criteo.marketing.model.Audience
-
id of the Audience
- getId() - Method in class com.criteo.marketing.model.BasicAudienceDefinition
-
the id of the entity type
- getId() - Method in class com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage
-
A opaque string containing the unique Id of the entity
- getId() - Method in class com.criteo.marketing.model.ReadModelAdSetId
-
Id of the entity
- getId() - Method in class com.criteo.marketing.model.ReadModelReadAdSet
-
Id of the entity
- getId() - Method in class com.criteo.marketing.model.WriteModelAdSetId
-
Id of the entity
- getId() - Method in class com.criteo.marketing.model.WriteModelPatchAdSet
-
Id of the entity
- getIdentifiers() - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
The users tos add or remove, each in the schema specified
- getIdentifierType() - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
What type of identifiers are used
- getIdentifierType() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
The schema specified for of the identifiers
- getInstance() - Method in class com.criteo.marketing.model.AudienceError
-
(REQUIRED) A URI reference that identifies the specific occurrence of the problem
- getInstance() - Method in class com.criteo.marketing.model.AudienceWarning
-
(REQUIRED) A URI reference that identifies the specific occurrence of the problem
- getInstance() - Method in class com.criteo.marketing.model.CriteoApiError
-
A URI reference that identifies the specific occurrence of the problem
- getInstance() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
A URI reference that identifies the specific occurrence of the problem
- getInstance() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get instance
- getInstance() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get instance
- getInternalIdentifiers() - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
The flag to indicate if identifiers are external or internal
- getJSON() - Method in class com.criteo.marketing.ApiClient
-
Get JSON
- getKeyManagers() - Method in class com.criteo.marketing.ApiClient
-
- getLocation() - Method in class com.criteo.marketing.auth.ApiKeyAuth
-
- getMaximumImpressions() - Method in class com.criteo.marketing.model.AdSetFrequencyCapping
-
Maximum impressions for the specified period
- getMessage() - Method in class com.criteo.marketing.model.CampaignBidChangeResponseMessageWithDetails
-
Get message
- getMessage() - Method in class com.criteo.marketing.model.CategoryUpdatesPerCatalogErrorMessageWithDetails
-
Get message
- getMeta() - Method in class com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage
-
A meta object that contains application-specific metadata
- getMetrics() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The list of metrics to report.
- getName() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The name of the Audience
- getName() - Method in class com.criteo.marketing.model.AudienceNameDescription
-
The name to designate the audience by
- getName() - Method in class com.criteo.marketing.model.NewAudienceAttributes
-
The name of the new audience
- getName() - Method in class com.criteo.marketing.model.PatchAdSet
-
Name of the ad set
- getName() - Method in class com.criteo.marketing.model.ReadAdSet
-
Name of the ad set
- getName() - Method in class com.criteo.marketing.Pair
-
- getNbInvalidIdentifiers() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
How many identifiers were invalid for the specified schema
- getNbLines() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The number of line in the audience available once processed
- getNbLinesEmail() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The number of email line in the audience available once processed
- getNbMatchesEmail() - Method in class com.criteo.marketing.model.AudienceAttributes
-
The number of email matches in the audience available once processed
- getNbValidIdentifiers() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
How many identifiers were valid for the specified schema
- getNumberOfProducts() - Method in class com.criteo.marketing.model.CategoryMessage
-
Get numberOfProducts
- getOperand() - Method in class com.criteo.marketing.model.AdSetTargetingRule
-
Operand which states how the values should be applied
- getOperatingSystems() - Method in class com.criteo.marketing.model.AdSetDeliveryLimitations
-
List of operating systems which the ad set should target
- getOperation() - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
Operation to add or remove users
- getOperation() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
The action recorded
- getParamName() - Method in class com.criteo.marketing.auth.ApiKeyAuth
-
- getPassword() - Method in class com.criteo.marketing.auth.HttpBasicAuth
-
- GetPortfolioResponse - Class in com.criteo.marketing.model
-
Portfolio fetch Response
- GetPortfolioResponse() - Constructor for class com.criteo.marketing.model.GetPortfolioResponse
-
- getReadTimeout() - Method in class com.criteo.marketing.ApiClient
-
Get read timeout (in milliseconds).
- getRequestDate() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
When the action was recorded
- getResponseBody() - Method in exception com.criteo.marketing.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception com.criteo.marketing.ApiException
-
Get the HTTP response headers.
- getSampleInvalidIdentifiers() - Method in class com.criteo.marketing.model.ContactlistOperationAttributes
-
A sample of invalid identifiers if there is some
- getSchedule() - Method in class com.criteo.marketing.model.ReadAdSet
-
Get schedule
- getScheduling() - Method in class com.criteo.marketing.model.PatchAdSet
-
Get scheduling
- getSource() - Method in class com.criteo.marketing.model.AudienceError
-
(OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s)
- getSource() - Method in class com.criteo.marketing.model.AudienceWarning
-
(OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s)
- getSource() - Method in class com.criteo.marketing.model.CriteoApiError
-
A machine-readable structure to reference to the exact location(s) causing the error(s).
- getSource() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get source
- getSslCaCert() - Method in class com.criteo.marketing.ApiClient
-
Get SSL CA cert.
- getStackTrace() - Method in class com.criteo.marketing.model.AudienceError
-
(NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology
- getStackTrace() - Method in class com.criteo.marketing.model.AudienceWarning
-
(NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology
- getStackTrace() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get stackTrace
- getStartDate() - Method in class com.criteo.marketing.model.PatchAdSetScheduling
-
Get startDate
- getStartDate() - Method in class com.criteo.marketing.model.ReadAdSetSchedule
-
Get startDate
- getStartDate() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
Start date of the report.
- getStartDate() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
Start date of the report.
- getStatusCode() - Method in class com.criteo.marketing.ApiResponse
-
- getSubdivisions() - Method in class com.criteo.marketing.model.AdSetGeoLocation
-
Get subdivisions
- getTargeting() - Method in class com.criteo.marketing.model.PatchAdSet
-
Get targeting
- getTargeting() - Method in class com.criteo.marketing.model.ReadAdSet
-
Get targeting
- getTempFolderPath() - Method in class com.criteo.marketing.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getTimezone() - Method in class com.criteo.marketing.model.StatisticsReportQueryMessage
-
The timezone used for the report.
- getTimezone() - Method in class com.criteo.marketing.model.TransactionsReportQueryMessage
-
The timezone used for the report.
- getTitle() - Method in class com.criteo.marketing.model.AudienceError
-
(RECOMMENDED) A short, human-readable summary of the problem type
- getTitle() - Method in class com.criteo.marketing.model.AudienceWarning
-
(RECOMMENDED) A short, human-readable summary of the problem type
- getTitle() - Method in class com.criteo.marketing.model.CriteoApiError
-
A short, human-readable summary of the problem type.
- getTitle() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
A short, human-readable summary of the problem type.
- getTitle() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get title
- getTitle() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get title
- getTokenEndPoint() - Method in class com.criteo.marketing.ApiClient
-
Helper method to configure the token endpoint of the first oauth found in the apiAuthorizations (there should be only one)
- getTokenRequestBuilder() - Method in class com.criteo.marketing.auth.RetryingOAuth
-
- getTokenType() - Method in class com.criteo.marketing.model.JwtModel
-
The type of the token issued.
- getTraceId() - Method in class com.criteo.marketing.model.AudienceError
-
(REQUIRED) The Correlation ID provided by the Gateway.
- getTraceId() - Method in class com.criteo.marketing.model.AudienceWarning
-
(REQUIRED) The Correlation ID provided by the Gateway.
- getTraceId() - Method in class com.criteo.marketing.model.CriteoApiError
-
The correlation ID provided by the gateway
- getTraceId() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
The correlation ID provided by the gateway
- getTraceId() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get traceId
- getTraceIdentifier() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get traceIdentifier
- getTransactionsReport(TransactionsReportQueryDataMessage) - Method in class com.criteo.marketing.api.AnalyticsApi
-
This Transactions endpoint provides transactions id related data.
- getTransactionsReportAsync(TransactionsReportQueryDataMessage, ApiCallback<byte[]>) - Method in class com.criteo.marketing.api.AnalyticsApi
-
(asynchronously)
This Transactions endpoint provides transactions id related data.
- getTransactionsReportCall(TransactionsReportQueryDataMessage, ApiCallback) - Method in class com.criteo.marketing.api.AnalyticsApi
-
Build call for getTransactionsReport
- getTransactionsReportWithHttpInfo(TransactionsReportQueryDataMessage) - Method in class com.criteo.marketing.api.AnalyticsApi
-
This Transactions endpoint provides transactions id related data.
- getType() - Method in class com.criteo.marketing.model.Audience
-
the name of the entity type
- getType() - Method in class com.criteo.marketing.model.AudienceError
-
(REQUIRED) The classification of the error
- getType() - Method in class com.criteo.marketing.model.AudienceWarning
-
(REQUIRED) The classification of the error
- getType() - Method in class com.criteo.marketing.model.BasicAudienceDefinition
-
the name of the entity type
- getType() - Method in class com.criteo.marketing.model.ContactlistAmendment
-
User List
- getType() - Method in class com.criteo.marketing.model.ContactlistOperation
-
the name of the entity type
- getType() - Method in class com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage
-
A string containing the entity type
- getType() - Method in class com.criteo.marketing.model.CriteoApiError
-
A machine-readable code specifying error category
- getType() - Method in class com.criteo.marketing.model.CriteoApiWarning
-
A machine-readable code specifying error category
- getType() - Method in class com.criteo.marketing.model.ErrorMessage
-
Get type
- getType() - Method in class com.criteo.marketing.model.NewAudience
-
the name of the entity type
- getType() - Method in class com.criteo.marketing.model.ProblemDetails
-
Get type
- getType() - Method in class com.criteo.marketing.model.ReadModelAdSetId
-
Get type
- getType() - Method in class com.criteo.marketing.model.ReadModelReadAdSet
-
Get type
- getType() - Method in class com.criteo.marketing.model.ReplaceAudience
-
the name of the entity type
- getType() - Method in class com.criteo.marketing.model.TransactionsReportQueryEntityMessage
-
Get type
- getType() - Method in class com.criteo.marketing.model.WriteModelAdSetId
-
Canonical type name of the entity
- getType() - Method in class com.criteo.marketing.model.WriteModelPatchAdSet
-
Canonical type name of the entity
- getUpdated() - Method in class com.criteo.marketing.model.AudienceAttributes
-
Date and time ISO 8601 formatted string
- getUsername() - Method in class com.criteo.marketing.auth.HttpBasicAuth
-
- getValue() - Method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.DevicesEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.EnvironmentsEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.OperatingSystemsEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AdSetFrequencyCapping.FrequencyEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AdSetTargetingRule.OperandEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AudienceError.TypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.AudienceWarning.TypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.BidMessage.BidTypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CampaignBidChangeResponse.ErrorCodeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CampaignMessage.CampaignStatusEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CampaignMessage.CampaignTypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CategoryUpdateError.ErrorCodeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CategoryUpdatesPerCatalogError.ErrorCodeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.IdentifierTypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.OperationEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage.TypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CriteoApiError.CodeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CriteoApiError.TypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CriteoApiWarning.CodeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.CriteoApiWarning.TypeEnum
-
- getValue() - Method in class com.criteo.marketing.model.NillableAdSetTargetingRule
-
Get value
- getValue() - Method in class com.criteo.marketing.model.NillableDateTime
-
Get value
- getValue() - Method in class com.criteo.marketing.model.NillableDecimal
-
Get value
- getValue() - Method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliverySmoothingEnum
-
- getValue() - Method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliveryWeekEnum
-
- getValue() - Method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetRenewalEnum
-
- getValue() - Method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetStrategyEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ProblemDetails.TypeEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSet.DestinationEnvironmentEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBidding.BidStrategyEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBidding.CostControllerEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliverySmoothingEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliveryWeekEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetRenewalEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetStrategyEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetSchedule.ActivationStatusEnum
-
- getValue() - Method in enum com.criteo.marketing.model.ReadAdSetSchedule.DeliveryStatusEnum
-
- getValue() - Method in enum com.criteo.marketing.model.StatisticsReportQueryMessage.DimensionsEnum
-
- getValue() - Method in class com.criteo.marketing.Pair
-
- getValues() - Method in class com.criteo.marketing.model.AdSetTargetingRule
-
List of values to apply
- getWarnings() - Method in class com.criteo.marketing.model.DeleteAudienceContactListResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.DeleteAudienceResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ErrorCodeResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.GetAudiencesResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.GetPortfolioResponse
-
Warnings list returned by the Criteo API In some situations the operations are successful but it may be useful to issue warnings to the API consumer.
- getWarnings() - Method in class com.criteo.marketing.model.ModifyAudienceResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.NewAudienceResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ReplaceAudienceResponse
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ResponseAdSetId
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ResponseReadAdSet
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ResponsesAdSetId
-
Get warnings
- getWarnings() - Method in class com.criteo.marketing.model.ResponsesReadAdSet
-
Get warnings
- getWriteTimeout() - Method in class com.criteo.marketing.ApiClient
-
Get write timeout (in milliseconds).
- getZipCodes() - Method in class com.criteo.marketing.model.AdSetGeoLocation
-
Get zipCodes
- grantType(String) - Method in class com.criteo.marketing.model.InlineObject
-
- guessContentTypeFromFile(File) - Method in class com.criteo.marketing.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
- gumCallerId(Integer) - Method in class com.criteo.marketing.model.ContactlistAmendmentAttributes
-
- value(AdSetTargetingRule) - Method in class com.criteo.marketing.model.NillableAdSetTargetingRule
-
- value(OffsetDateTime) - Method in class com.criteo.marketing.model.NillableDateTime
-
- value(Double) - Method in class com.criteo.marketing.model.NillableDecimal
-
- valueOf(String) - Static method in enum com.criteo.marketing.auth.OAuthFlow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.DevicesEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.EnvironmentsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.OperatingSystemsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AdSetFrequencyCapping.FrequencyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AdSetTargetingRule.OperandEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AudienceError.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.AudienceWarning.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.BidMessage.BidTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CampaignBidChangeResponse.ErrorCodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CampaignMessage.CampaignStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CampaignMessage.CampaignTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CategoryUpdateError.ErrorCodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CategoryUpdatesPerCatalogError.ErrorCodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.IdentifierTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.OperationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CriteoApiError.CodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CriteoApiError.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CriteoApiWarning.CodeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.CriteoApiWarning.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliverySmoothingEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliveryWeekEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetRenewalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetStrategyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ProblemDetails.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSet.DestinationEnvironmentEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBidding.BidStrategyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBidding.CostControllerEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliverySmoothingEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliveryWeekEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetRenewalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetStrategyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetSchedule.ActivationStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.ReadAdSetSchedule.DeliveryStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.criteo.marketing.model.StatisticsReportQueryMessage.DimensionsEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.criteo.marketing.auth.OAuthFlow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.DevicesEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.EnvironmentsEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AdSetDeliveryLimitations.OperatingSystemsEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AdSetFrequencyCapping.FrequencyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AdSetTargetingRule.OperandEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(List<String>) - Method in class com.criteo.marketing.model.AdSetTargetingRule
-
- values() - Static method in enum com.criteo.marketing.model.AudienceError.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.AudienceWarning.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.BidMessage.BidTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CampaignBidChangeResponse.ErrorCodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CampaignMessage.CampaignStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CampaignMessage.CampaignTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CategoryUpdateError.ErrorCodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CategoryUpdatesPerCatalogError.ErrorCodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.IdentifierTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ContactlistAmendmentAttributes.OperationEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CriteoApiDataOfPortfolioMessage.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CriteoApiError.CodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CriteoApiError.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CriteoApiWarning.CodeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.CriteoApiWarning.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliverySmoothingEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetDeliveryWeekEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetRenewalEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.PatchAdSetBudget.BudgetStrategyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ProblemDetails.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSet.DestinationEnvironmentEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBidding.BidStrategyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBidding.CostControllerEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliverySmoothingEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetDeliveryWeekEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetRenewalEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetBudget.BudgetStrategyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetSchedule.ActivationStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.ReadAdSetSchedule.DeliveryStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.criteo.marketing.model.StatisticsReportQueryMessage.DimensionsEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.