|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FreeBusyUrl | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of FreeBusyUrl in ezvcard |
---|
Methods in ezvcard that return types with arguments of type FreeBusyUrl | |
---|---|
List<FreeBusyUrl> |
VCard.getFbUrls()
Gets the URLs that can be used to determine when the person is free and/or busy. |
Methods in ezvcard with parameters of type FreeBusyUrl | |
---|---|
void |
VCard.addFbUrl(FreeBusyUrl fbUrl)
Adds a URL that can be used to determine when the person is free and/or busy. |
void |
VCard.addFbUrlAlt(FreeBusyUrl... altRepresentations)
Adds an fburl property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type FreeBusyUrl | |
---|---|
void |
VCard.addFbUrlAlt(Collection<FreeBusyUrl> altRepresentations)
Adds an fburl property as a group of alternative representations (see: description of ALTID ). |
Uses of FreeBusyUrl in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return FreeBusyUrl | |
---|---|
protected FreeBusyUrl |
FreeBusyUrlScribe._parseValue(String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |