public static class VCard.Identification
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VCard.Identification.FormatedName
To specify the formatted text corresponding to the name of the object
the vCard represents.
|
static class |
VCard.Identification.Gender
To specify the components of the sex and gender identity of the
object the vCard represents.
|
static class |
VCard.Identification.Name
To specify the components of the name of the object the vCard
represents.
|
static class |
VCard.Identification.Nickname
To specify the text corresponding to the nickname of the object the
vCard represents.
|
Modifier and Type | Field and Description |
---|---|
java.util.Date |
anniversary |
java.util.Date |
birthday |
VCard.Identification.FormatedName |
formatedName |
VCard.Identification.Gender |
gender |
VCard.Identification.Name |
name |
VCard.Identification.Nickname |
nickname |
boolean |
photo |
Constructor and Description |
---|
Identification() |
Modifier and Type | Method and Description |
---|---|
VCard.Identification |
copy() |
public VCard.Identification.FormatedName formatedName
public VCard.Identification.Name name
public VCard.Identification.Nickname nickname
public boolean photo
public java.util.Date birthday
public java.util.Date anniversary
public VCard.Identification.Gender gender
public VCard.Identification copy()
Copyright © 2021. All Rights Reserved.