public enum CalendarActionOptions extends Enum<CalendarActionOptions>
CalendarActionOptions values are used to provide additional processing control to some
 actions taken on Calendar notices and entries
 
 Note: The values of these constants are the very same constants used by the C-API.| Enum Constant and Description | 
|---|
| DO_OVERWRITE_CHECKIndicates that a check should be performed when processing the action to determine 
 if an overwrite of invitee changes to the entry will occur. | 
| UPDATE_ALL_PARTICIPANTSNew in 9.01 release. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static int | toBitMask(Collection<CalendarActionOptions> findSet) | 
| static CalendarActionOptions | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CalendarActionOptions[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CalendarActionOptions DO_OVERWRITE_CHECK
public static final CalendarActionOptions UPDATE_ALL_PARTICIPANTS
public static CalendarActionOptions[] values()
for (CalendarActionOptions c : CalendarActionOptions.values()) System.out.println(c);
public static CalendarActionOptions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static int toBitMask(Collection<CalendarActionOptions> findSet)
Copyright © 2019–2021 HCL. All rights reserved.