|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attendee | |
|---|---|
| biweekly.component | |
| biweekly.property | |
| biweekly.property.marshaller | |
| Uses of Attendee in biweekly.component |
|---|
| Methods in biweekly.component that return Attendee | |
|---|---|
Attendee |
VTodo.addAttendee(String email)
Adds a person who is involved in the to-do. |
Attendee |
VJournal.addAttendee(String email)
Adds a person who is involved in the journal entry. |
Attendee |
VEvent.addAttendee(String email)
Adds a person who is attending the event. |
| Methods in biweekly.component that return types with arguments of type Attendee | |
|---|---|
List<Attendee> |
VTodo.getAttendees()
Gets the people who are involved in the to-do. |
List<Attendee> |
VJournal.getAttendees()
Gets the people who are involved in the journal entry. |
List<Attendee> |
VFreeBusy.getAttendees()
Gets the people who are involved in the free/busy entry. |
List<Attendee> |
VEvent.getAttendees()
Gets the people who are attending the event. |
List<Attendee> |
VAlarm.getAttendees()
Gets the people who will be emailed when the alarm fires (only applicable for EMAIL alarms). |
| Methods in biweekly.component with parameters of type Attendee | |
|---|---|
void |
VTodo.addAttendee(Attendee attendee)
Adds a person who is involved in the to-do. |
void |
VJournal.addAttendee(Attendee attendee)
Adds a person who is involved in the journal entry. |
void |
VFreeBusy.addAttendee(Attendee attendee)
Adds a person who is involved in the free/busy entry. |
void |
VEvent.addAttendee(Attendee attendee)
Adds a person who is attending the event. |
void |
VAlarm.addAttendee(Attendee attendee)
Adds a person who will be emailed when the alarm fires (only applicable for EMAIL alarms). |
| Uses of Attendee in biweekly.property |
|---|
| Methods in biweekly.property that return Attendee | |
|---|---|
static Attendee |
Attendee.email(String email)
Creates an attendee property using an email address as its value. |
| Uses of Attendee in biweekly.property.marshaller |
|---|
| Methods in biweekly.property.marshaller that return Attendee | |
|---|---|
protected Attendee |
AttendeeMarshaller.newInstance(String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||