Uses of Class
biweekly.component.VAlarm

Packages that use VAlarm
biweekly.component   
biweekly.component.marshaller   
 

Uses of VAlarm in biweekly.component
 

Methods in biweekly.component that return VAlarm
static VAlarm VAlarm.audio(Trigger trigger)
          Creates an audio alarm.
static VAlarm VAlarm.audio(Trigger trigger, Attachment sound)
          Creates an audio alarm.
static VAlarm VAlarm.display(Trigger trigger, String displayText)
          Creates a display alarm.
static VAlarm VAlarm.email(Trigger trigger, String subject, String body, List<String> recipients)
          Creates an email alarm.
static VAlarm VAlarm.email(Trigger trigger, String subject, String body, String... recipients)
          Creates an email alarm.
 

Methods in biweekly.component that return types with arguments of type VAlarm
 List<VAlarm> VTodo.getAlarms()
          Gets the alarms that are assigned to this to-do.
 List<VAlarm> VEvent.getAlarms()
          Gets the alarms that are assigned to this event.
 

Methods in biweekly.component with parameters of type VAlarm
 void VTodo.addAlarm(VAlarm alarm)
          Adds an alarm to this to-do.
 void VEvent.addAlarm(VAlarm alarm)
          Adds an alarm to this event.
 

Uses of VAlarm in biweekly.component.marshaller
 

Methods in biweekly.component.marshaller that return VAlarm
protected  VAlarm VAlarmMarshaller._newInstance()
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.