public class Role extends VersionedEnumParameterValue
Modifier and Type | Field and Description |
---|---|
static Role |
ATTENDEE
Indicates that the user is an attendee of the calendar entity.
|
static Role |
CHAIR
Indicates that the user is the chair of the calendar entity.
|
static Role |
DELEGATE
Indicates that the user is a delegate of another attendee.
|
static Role |
ORGANIZER
Indicates that the user is the organizer of the calendar entity.
|
static Role |
OWNER
Indicates that the user is the owner of the calendar entity.
|
supportedVersions
value
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Role |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Role |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
isSupported
getValue, toString
public static final Role CHAIR
Indicates that the user is the chair of the calendar entity.
Supported versions: 2.0
public static final Role ATTENDEE
Indicates that the user is an attendee of the calendar entity.
Supported versions: 1.0
public static final Role ORGANIZER
Indicates that the user is the organizer of the calendar entity.
Supported versions: 1.0
public static final Role OWNER
Indicates that the user is the owner of the calendar entity.
Supported versions: 1.0
public static Role find(String value)
value
- the parameter valuepublic static Role get(String value)
==
equality.value
- the parameter valuepublic static Collection<Role> all()
Copyright © 2013–2024 Michael Angstadt. All rights reserved.