|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiContactNamePropertySet
public final class MapiContactNamePropertySet
The properties are used to specify the name of the person represented by the contact
Constructor Summary | |
---|---|
MapiContactNamePropertySet(String givenName,
String middleName,
String surname)
Conctructor |
Method Summary | |
---|---|
String |
getDisplayName()
Gets or sets the full name of the contact |
String |
getDisplayNamePrefix()
Gets or sets the title of the contact |
String |
getFileUnder()
Gets or sets the name under which to file this contact when displaying a list of contacts |
String |
getGeneration()
Gets or sets the generation suffix of the contact |
String |
getGivenName()
Gets or sets the given name (first name) of the contact |
String |
getInitials()
Gets or sets the initials of the contact |
String |
getMiddleName()
Gets or sets the middle name of the contact |
String |
getNickname()
Gets or sets the nickname of the contact |
String |
getSurname()
Gets or sets the surname (family name) of the contact |
void |
setDisplayName(String value)
|
void |
setDisplayNamePrefix(String value)
|
void |
setFileUnder(String value)
|
void |
setGeneration(String value)
|
void |
setGivenName(String value)
|
void |
setInitials(String value)
|
void |
setMiddleName(String value)
|
void |
setNickname(String value)
|
void |
setSurname(String value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapiContactNamePropertySet(String givenName, String middleName, String surname)
Method Detail |
---|
public String getNickname()
public void setNickname(String value)
public String getGeneration()
public void setGeneration(String value)
public String getDisplayNamePrefix()
public void setDisplayNamePrefix(String value)
public String getSurname()
public void setSurname(String value)
public String getMiddleName()
public void setMiddleName(String value)
public String getGivenName()
public void setGivenName(String value)
public String getInitials()
public void setInitials(String value)
public String getDisplayName()
public void setDisplayName(String value)
public String getFileUnder()
public void setFileUnder(String value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |