public static class VCard.Explanatory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VCard.Explanatory.Url |
Modifier and Type | Field and Description |
---|---|
java.util.List<TagRef> |
categories
To specify application category information about the vCard, also
known as "tags".
|
java.lang.String |
note
To specify supplemental information or a comment that is associated
with the vCard.
|
java.util.List<VCard.Explanatory.Url> |
urls
To specify a uniform resource locator associated with the object to
which the vCard refers.
|
Constructor and Description |
---|
Explanatory() |
Modifier and Type | Method and Description |
---|---|
VCard.Explanatory |
copy() |
static VCard.Explanatory |
create(java.util.List<VCard.Explanatory.Url> urls,
java.util.List<TagRef> categories,
java.lang.String note) |
public java.util.List<VCard.Explanatory.Url> urls
public java.util.List<TagRef> categories
public java.lang.String note
public static VCard.Explanatory create(java.util.List<VCard.Explanatory.Url> urls, java.util.List<TagRef> categories, java.lang.String note)
public VCard.Explanatory copy()
Copyright © 2021. All Rights Reserved.