Uses of Class
biweekly.property.Organizer

Packages that use Organizer
biweekly.component   
biweekly.property   
biweekly.property.marshaller   
 

Uses of Organizer in biweekly.component
 

Methods in biweekly.component that return Organizer
 Organizer VTodo.getOrganizer()
          Gets the organizer of the to-do.
 Organizer VJournal.getOrganizer()
          Gets the organizer of the journal entry.
 Organizer VFreeBusy.getOrganizer()
          Gets the person requesting the free/busy time.
 Organizer VEvent.getOrganizer()
          Gets the organizer of the event.
 Organizer VTodo.setOrganizer(String email)
          Sets the organizer of the to-do.
 Organizer VJournal.setOrganizer(String email)
          Sets the organizer of the journal entry.
 Organizer VFreeBusy.setOrganizer(String email)
          Sets the person requesting the free/busy time.
 Organizer VEvent.setOrganizer(String email)
          Sets the organizer of the event.
 

Methods in biweekly.component with parameters of type Organizer
 void VTodo.setOrganizer(Organizer organizer)
          Sets the organizer of the to-do.
 void VJournal.setOrganizer(Organizer organizer)
          Sets the organizer of the journal entry.
 void VFreeBusy.setOrganizer(Organizer organizer)
          Sets the person requesting the free/busy time.
 void VEvent.setOrganizer(Organizer organizer)
          Sets the organizer of the event.
 

Uses of Organizer in biweekly.property
 

Methods in biweekly.property that return Organizer
static Organizer Organizer.email(String email)
          Creates an organizer property using an email address as its value.
 

Uses of Organizer in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Organizer
protected  Organizer OrganizerMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.