Package net.bluemind.addressbook.api
Class VCard.Explanatory
java.lang.Object
net.bluemind.addressbook.api.VCard.Explanatory
- Enclosing class:
VCard
These properties are concerned with additional explanations, such as that
related to informational notes or revisions specific to the vCard.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionTo specify application category information about the vCard, also known as "tags".To specify supplemental information or a comment that is associated with the vCard.To specify a uniform resource locator associated with the object to which the vCard refers. -
Constructor Summary
-
Method Summary
-
Field Details
-
urls
To specify a uniform resource locator associated with the object to which the vCard refers. Examples for individuals include personal web sites, blogs, and social networking site identifiers. -
categories
To specify application category information about the vCard, also known as "tags". -
note
To specify supplemental information or a comment that is associated with the vCard.
-
-
Constructor Details
-
Explanatory
public Explanatory()
-
-
Method Details
-
create
public static VCard.Explanatory create(List<VCard.Explanatory.Url> urls, List<TagRef> categories, String note) -
copy
-
hashCode
public int hashCode() -
equals
-