|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.VCardIdentificationInfo
public final class VCardIdentificationInfo
Represents vCard identification information
| Constructor Summary | |
|---|---|
VCardIdentificationInfo()
Initializes a new instance of the VCardIdentificationInfo class |
|
| Method Summary | |
|---|---|
Date |
getBirthday()
|
String |
getDisplayName()
Gets or sets a contact's display(formatted) name |
VCardFullName |
getFullName()
Gets or sets a contact's full name |
String |
getNickname()
Gets or sets a contact's nickname |
VCardPhoto |
getPhoto()
Gets or sets a contact's photo |
void |
setBirthday(Date value)
|
void |
setDisplayName(String value)
|
void |
setFullName(VCardFullName value)
|
void |
setNickname(String value)
|
void |
setPhoto(VCardPhoto value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCardIdentificationInfo()
Initializes a new instance of the VCardIdentificationInfo class
| Method Detail |
|---|
public VCardFullName getFullName()
Gets or sets a contact's full name
public void setFullName(VCardFullName value)
public String getDisplayName()
Gets or sets a contact's display(formatted) name
public void setDisplayName(String value)
public String getNickname()
Gets or sets a contact's nickname
public void setNickname(String value)
public Date getBirthday()
public void setBirthday(Date value)
public VCardPhoto getPhoto()
Gets or sets a contact's photo
public void setPhoto(VCardPhoto value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||