public class VCard
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VCard.BasicAttribute  | 
static class  | 
VCard.Communications
These properties describe information about how to communicate with the
 object the vCard represents. 
 | 
static class  | 
VCard.DeliveryAddressing
These types are concerned with information related to the delivery addressing
 or label for the vCard object. 
 | 
static class  | 
VCard.Explanatory
These properties are concerned with additional explanations, such as that
 related to informational notes or revisions specific to the vCard. 
 | 
static class  | 
VCard.Identification
These types are used to capture information associated with the
 identification and naming of the entity associated with the vCard. 
 | 
static class  | 
VCard.Kind
To specify the kind of object the vCard represents. 
 | 
static class  | 
VCard.Organizational
These properties are concerned with information associated with
 characteristics of the organization or organizational units of the object
 that the vCard represents. 
 | 
static class  | 
VCard.Parameter  | 
static class  | 
VCard.Related
To specify a relationship the individual this vCard represents has with
 another. 
 | 
static class  | 
VCard.Security
These properties are concerned with the security of communication pathways or
 access to the vCard. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
VCard.Communications | 
communications  | 
java.util.List<VCard.DeliveryAddressing> | 
deliveryAddressing  | 
VCard.Explanatory | 
explanatory  | 
VCard.Identification | 
identification  | 
VCard.Kind | 
kind  | 
VCard.Organizational | 
organizational  | 
VCard.Related | 
related  | 
VCard.Security | 
security  | 
java.lang.String | 
source
To identify the source of directory information contained in the content
 type. 
 | 
| Constructor and Description | 
|---|
VCard()  | 
| Modifier and Type | Method and Description | 
|---|---|
VCard | 
copy()  | 
java.lang.String | 
defaultMail()  | 
java.lang.String | 
toString()  | 
public VCard.Kind kind
public java.lang.String source
public VCard.Identification identification
public java.util.List<VCard.DeliveryAddressing> deliveryAddressing
public VCard.Communications communications
public VCard.Organizational organizational
public VCard.Explanatory explanatory
public VCard.Security security
public VCard.Related related
public java.lang.String defaultMail()
public java.lang.String toString()
toString in class java.lang.Objectpublic VCard copy()
Copyright © 2023. All Rights Reserved.