Uses of Class
biweekly.property.FreeBusy

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

Uses of FreeBusy in biweekly.component
 

Methods in biweekly.component that return FreeBusy
 FreeBusy VFreeBusy.addFreeBusy(FreeBusyType type, Date start, Date end)
          Adds a single time period for which the person is free or busy (for example, "free" between 1pm-3pm).
 FreeBusy VFreeBusy.addFreeBusy(FreeBusyType type, Date start, Duration duration)
          Adds a single time period for which the person is free or busy (for example, "free" for 2 hours after 1pm).
 

Methods in biweekly.component that return types with arguments of type FreeBusy
 List<FreeBusy> VFreeBusy.getFreeBusy()
          Gets the person's availabilities over certain time periods (for example, "free" between 1pm-3pm, but "busy" between 3pm-4pm).
 

Methods in biweekly.component with parameters of type FreeBusy
 void VFreeBusy.addFreeBusy(FreeBusy freeBusy)
          Adds a list of time periods for which the person is free or busy (for example, "free" between 1pm-3pm and 4pm-5pm).
 

Uses of FreeBusy in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return FreeBusy
protected  FreeBusy FreeBusyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  FreeBusy FreeBusyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  FreeBusy FreeBusyMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type FreeBusy
protected  JCalValue FreeBusyMarshaller._writeJson(FreeBusy property)
           
protected  String FreeBusyMarshaller._writeText(FreeBusy property)
           
protected  void FreeBusyMarshaller._writeXml(FreeBusy property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.