Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static Role |
Role.ATTENDEE
Indicates that the user is an attendee of the calendar entity.
|
static Role |
Role.CHAIR
Indicates that the user is the chair of the calendar entity.
|
static Role |
Role.DELEGATE
Indicates that the user is a delegate of another attendee.
|
static Role |
Role.ORGANIZER
Indicates that the user is the organizer of the calendar entity.
|
static Role |
Role.OWNER
Indicates that the user is the owner of the calendar entity.
|
Modifier and Type | Method and Description |
---|---|
static Role |
Role.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Role |
Role.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
Role.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
Role |
Attendee.getRole()
Gets an attendee's role (for example, "chair" or "attendee").
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setRole(Role role)
Sets an attendee's role (for example, "chair" or "attendee").
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.