Package net.bluemind.calendar.api
Class VFreebusy.Slot
java.lang.Object
net.bluemind.calendar.api.VFreebusy.Slot
- Enclosing class:
 VFreebusy
A free/busy slot
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic VFreebusy.Slotcreate(BmDateTime dtstart, BmDateTime dtend, String summary, VFreebusy.Type type)  
- 
Field Details
- 
dtstart
 - 
dtend
 - 
type
 - 
summary
 
 - 
 - 
Constructor Details
- 
Slot
public Slot() 
 - 
 - 
Method Details
- 
create
public static VFreebusy.Slot create(BmDateTime dtstart, BmDateTime dtend, String summary, VFreebusy.Type type)  
 -