public static final class I_CmsSerialDateValue.JsonKey extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURRENT_TILL_END
Flag, indicating if events are "current" events till the end, or only till the beginning.
|
static java.lang.String |
END
End time of the first event.
|
static java.lang.String |
EXCEPTIONS
Array with dates where the event does not take place.
|
static java.lang.String |
PARENT_SERIES
The uuid of the series content, the event originally belonged to.
|
static java.lang.String |
PATTERN
Sub-object with the pattern related information.
|
static java.lang.String |
PATTERN_DATES
Array with individual dates where the event takes place.
|
static java.lang.String |
PATTERN_DAY_OF_MONTH
The day of the month where the event takes place.
|
static java.lang.String |
PATTERN_EVERYWORKINGDAY
Flag, indicating if the event takes place every working day.
|
static java.lang.String |
PATTERN_INTERVAL
The pattern specific interval.
|
static java.lang.String |
PATTERN_MONTH
The month where the event takes place.
|
static java.lang.String |
PATTERN_TYPE
The pattern type.
|
static java.lang.String |
PATTERN_WEEKDAYS
Array with the weekdays, the event takes place.
|
static java.lang.String |
PATTERN_WEEKS_OF_MONTH
Array with the weeks of the month where the event takes place.
|
static java.lang.String |
SERIES_ENDDATE
The last day the event can potentially take place.
|
static java.lang.String |
SERIES_OCCURRENCES
The maximal number of occurrences of the event.
|
static java.lang.String |
START
Start time of the first event.
|
static java.lang.String |
WHOLE_DAY
Flag, indicating if the event last the whole day/whole days, or not.
|
| Constructor and Description |
|---|
JsonKey() |
public static final java.lang.String START
public static final java.lang.String END
public static final java.lang.String WHOLE_DAY
public static final java.lang.String PATTERN
public static final java.lang.String PATTERN_TYPE
public static final java.lang.String PATTERN_INTERVAL
public static final java.lang.String PATTERN_EVERYWORKINGDAY
public static final java.lang.String PATTERN_WEEKDAYS
public static final java.lang.String PATTERN_DAY_OF_MONTH
public static final java.lang.String PATTERN_WEEKS_OF_MONTH
public static final java.lang.String PATTERN_DATES
public static final java.lang.String PATTERN_MONTH
public static final java.lang.String EXCEPTIONS
public static final java.lang.String SERIES_ENDDATE
public static final java.lang.String SERIES_OCCURRENCES
public static final java.lang.String PARENT_SERIES
public static final java.lang.String CURRENT_TILL_END
public JsonKey()