public class ParticipationStatus extends VersionedEnumParameterValue
Attendee
property.Modifier and Type | Field and Description |
---|---|
static ParticipationStatus |
ACCEPTED
Indicates that the user has accepted the item.
|
static ParticipationStatus |
COMPLETED
Indicates that the user has completed the item.
|
static ParticipationStatus |
CONFIRMED
Indicates that the user confirmed attendance.
|
static ParticipationStatus |
DECLINED
Indicates that the user has declined the item.
|
static ParticipationStatus |
DELEGATED
Indicates that the user has delegated the item to someone else.
|
static ParticipationStatus |
IN_PROCESS
Indicates that the user is in the process of completing the item.
|
static ParticipationStatus |
NEEDS_ACTION
Indicates that the user needs to make a decision about the item.
|
static ParticipationStatus |
SENT
Indicates that the item was sent out to the user.
|
static ParticipationStatus |
TENTATIVE
Indicates that the user has tentatively accepted the item.
|
supportedVersions
value
Modifier and Type | Method and Description |
---|---|
static Collection<ParticipationStatus> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static ParticipationStatus |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ParticipationStatus |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
isSupported
getValue, toString
public static final ParticipationStatus NEEDS_ACTION
public static final ParticipationStatus ACCEPTED
public static final ParticipationStatus DECLINED
public static final ParticipationStatus TENTATIVE
public static final ParticipationStatus DELEGATED
public static final ParticipationStatus COMPLETED
VTodo
component.public static final ParticipationStatus IN_PROCESS
VTodo
component.public static final ParticipationStatus CONFIRMED
VEvent
component of vCalendar version 1.0.public static final ParticipationStatus SENT
public static ParticipationStatus find(String value)
value
- the parameter valuepublic static ParticipationStatus get(String value)
==
equality.value
- the parameter valuepublic static Collection<ParticipationStatus> all()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.