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

com.taboola.backstage.model.media.campaigns.targeting.Type Maven / Gradle / Ivy

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

/**
 * 

*
⚫ INCLUDE - Only supplied values should be included in Targeting *
⚫ EXCLUDE - All values should be Targeted other than the supplied values. *
⚫ ALL - No restrictions - target all options. *

* * Created by vladi * Date: 1/15/2018 * Time: 11:54 PM * By Taboola */ public enum Type { INCLUDE, EXCLUDE, ALL }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy