Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static ParticipationStatus |
ParticipationStatus.ACCEPTED
Indicates that the user has accepted the item.
|
static ParticipationStatus |
ParticipationStatus.COMPLETED
Indicates that the user has completed the item.
|
static ParticipationStatus |
ParticipationStatus.CONFIRMED
Indicates that the user confirmed attendance.
|
static ParticipationStatus |
ParticipationStatus.DECLINED
Indicates that the user has declined the item.
|
static ParticipationStatus |
ParticipationStatus.DELEGATED
Indicates that the user has delegated the item to someone else.
|
static ParticipationStatus |
ParticipationStatus.IN_PROCESS
Indicates that the user is in the process of completing the item.
|
static ParticipationStatus |
ParticipationStatus.NEEDS_ACTION
Indicates that the user needs to make a decision about the item.
|
static ParticipationStatus |
ParticipationStatus.SENT
Indicates that the item was sent out to the user.
|
static ParticipationStatus |
ParticipationStatus.TENTATIVE
Indicates that the user has tentatively accepted the item.
|
Modifier and Type | Method and Description |
---|---|
static ParticipationStatus |
ParticipationStatus.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ParticipationStatus |
ParticipationStatus.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ParticipationStatus> |
ParticipationStatus.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
ParticipationStatus |
Attendee.getParticipationStatus()
Gets an attendee's participation status
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setParticipationStatus(ParticipationStatus status)
Sets an attendee's participation status.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.