All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taboola.backstage.model.media.campaigns.items.ItemType Maven / Gradle / Ivy

package com.taboola.backstage.model.media.campaigns.items;

/**
 * 

* There are two possible types of items: *
⚫ ITEM - A simple Item, referencing a specific URL of a web page (e.g. link to an article). *
⚫ RSS - An item with a URL referencing an RSS feed (we support mRSS format). This Item will have Children Items - an Item for each URL in its feed. *

* * Created by vladi * Date: 1/15/2018 * Time: 10:03 PM * By Taboola */ public enum ItemType { ITEM, RSS }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy