|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FreeBusyType | |
|---|---|
| biweekly.component | |
| biweekly.parameter | |
| biweekly.property | |
| Uses of FreeBusyType in biweekly.component |
|---|
| Methods in biweekly.component with parameters of type FreeBusyType | |
|---|---|
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). |
| Uses of FreeBusyType in biweekly.parameter |
|---|
| Fields in biweekly.parameter declared as FreeBusyType | |
|---|---|
static FreeBusyType |
FreeBusyType.BUSY
|
static FreeBusyType |
FreeBusyType.BUSY_TENTATIVE
|
static FreeBusyType |
FreeBusyType.BUSY_UNAVAILABLE
|
static FreeBusyType |
FreeBusyType.FREE
|
| Methods in biweekly.parameter that return FreeBusyType | |
|---|---|
static FreeBusyType |
FreeBusyType.find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static FreeBusyType |
FreeBusyType.get(String value)
Searches for a parameter value and creates one if it cannot be found. |
FreeBusyType |
ICalParameters.getFreeBusyType()
Gets the person's status over the time periods that are specified in a FreeBusy property (for example, "free" or "busy"). |
| Methods in biweekly.parameter that return types with arguments of type FreeBusyType | |
|---|---|
static Collection<FreeBusyType> |
FreeBusyType.all()
Gets all of the parameter values that are defined as static constants in this class. |
| Methods in biweekly.parameter with parameters of type FreeBusyType | |
|---|---|
void |
ICalParameters.setFreeBusyType(FreeBusyType fbType)
Sets the person's status over the time periods that are specified in a FreeBusy property (for example, "free" or "busy"). |
| Uses of FreeBusyType in biweekly.property |
|---|
| Methods in biweekly.property that return FreeBusyType | |
|---|---|
FreeBusyType |
FreeBusy.getType()
Gets the person's status over the time periods that are specified in this property (for example, "free" or "busy"). |
| Methods in biweekly.property with parameters of type FreeBusyType | |
|---|---|
void |
FreeBusy.setType(FreeBusyType fbType)
Sets the person's status over the time periods that are specified in this property (for example, "free" or "busy"). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||