public interface TargetingDOW extends Targeting
Modifier and Type | Field and Description |
---|---|
static int |
FRIDAY |
static int |
MONDAY |
static int |
SATURDAY |
static int |
SUNDAY |
static int |
THURSDAY |
static int |
TUESDAY |
static int |
WEDNESDAY |
static TargetingDOWRange |
WEEKDAY |
static TargetingDOWRange |
WEEKEND |
Modifier and Type | Method and Description |
---|---|
boolean |
check(int day) |
String |
validate() |
static final int MONDAY
static final int TUESDAY
static final int WEDNESDAY
static final int THURSDAY
static final int FRIDAY
static final int SATURDAY
static final int SUNDAY
static final TargetingDOWRange WEEKDAY
static final TargetingDOWRange WEEKEND
String validate()
Ad.validate()
boolean check(int day)