|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Categories | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of Categories in ezvcard |
|---|
| Methods in ezvcard that return Categories | |
|---|---|
Categories |
VCard.getCategories()
Gets the list of keywords (aka "tags") that can be used to describe the person. |
Categories |
VCard.setCategories(String... categories)
Sets the list of keywords (aka "tags") that can be used to describe the person. |
| Methods in ezvcard that return types with arguments of type Categories | |
|---|---|
List<Categories> |
VCard.getCategoriesList()
Gets all instances of the categories property. |
| Methods in ezvcard with parameters of type Categories | |
|---|---|
void |
VCard.addCategories(Categories categories)
Adds a list of keywords (aka "tags") that can be used to describe the person. |
void |
VCard.addCategoriesAlt(Categories... altRepresentations)
Adds a categories property as a group of alternative representations (see: description of ALTID). |
void |
VCard.setCategories(Categories categories)
Sets the list of keywords (aka "tags") that can be used to describe the person. |
void |
VCard.setCategoriesAlt(Categories... altRepresentations)
Sets the categories property as a group of alternative representations (see: description of ALTID). |
| Method parameters in ezvcard with type arguments of type Categories | |
|---|---|
void |
VCard.addCategoriesAlt(Collection<Categories> altRepresentations)
Adds a categories property as a group of alternative representations (see: description of ALTID). |
void |
VCard.setCategoriesAlt(Collection<Categories> altRepresentations)
Sets the categories property as a group of alternative representations (see: description of ALTID). |
| Uses of Categories in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return Categories | |
|---|---|
protected Categories |
CategoriesScribe._newInstance()
|
protected Categories |
CategoriesScribe._parseHtml(HCardElement element,
List<String> warnings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||