public class AccessLevelProperty extends ValueConstruct
Modifier and Type | Field and Description |
---|---|
static AccessLevelProperty |
EDITOR
On a calendar, allows full owner access except an editor may not
change access control settings on the calendar.
|
static AccessLevelProperty |
FREEBUSY
The event shows up as busy time only.
|
static AccessLevelProperty |
NONE
The event is not visible.
|
static AccessLevelProperty |
OVERRIDE
Only applies to events.
|
static AccessLevelProperty |
OWNER
The user is the event organizer or the owner of the calendar.
|
static AccessLevelProperty |
READ
The event details are readable.
|
static AccessLevelProperty |
RESPOND
Only applies to events.
|
static AccessLevelProperty |
ROOT
The calendar server itself.
|
Constructor and Description |
---|
AccessLevelProperty() |
AccessLevelProperty(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static ExtensionDescription |
getDefaultDescription() |
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
public static final AccessLevelProperty NONE
public static final AccessLevelProperty READ
public static final AccessLevelProperty FREEBUSY
public static final AccessLevelProperty RESPOND
public static final AccessLevelProperty OVERRIDE
public static final AccessLevelProperty EDITOR
public static final AccessLevelProperty OWNER
public static final AccessLevelProperty ROOT
public AccessLevelProperty()
public AccessLevelProperty(java.lang.String value)
public static ExtensionDescription getDefaultDescription()