Class VCard.Explanatory

java.lang.Object
net.bluemind.addressbook.api.VCard.Explanatory
Enclosing class:
VCard

public static class VCard.Explanatory extends Object
These properties are concerned with additional explanations, such as that related to informational notes or revisions specific to the vCard.
  • 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

      public List<TagRef> categories
      To specify application category information about the vCard, also known as "tags".
    • note

      public String note
      To specify supplemental information or a comment that is associated with the vCard.
  • Constructor Details

    • Explanatory

      public Explanatory()
  • Method Details