com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class VCardIdentificationInfo



  • public final class VCardIdentificationInfo
    extends Object

    Represents vCard identification information

    • Constructor Detail

      • VCardIdentificationInfo

        public VCardIdentificationInfo()

        Initializes a new instance of the VCardIdentificationInfo class

    • Method Detail

      • getFullName

        public final VCardFullName getFullName()

        Gets or sets a contact's full name

      • setFullName

        public final void setFullName(VCardFullName value)

        Gets or sets a contact's full name

      • getDisplayName

        public final String getDisplayName()

        Gets or sets a contact's display(formatted) name

      • setDisplayName

        public final void setDisplayName(String value)

        Gets or sets a contact's display(formatted) name

      • getNickname

        public final String getNickname()

        Gets or sets a contact's nickname

      • setNickname

        public final void setNickname(String value)

        Gets or sets a contact's nickname

      • getBirthday

        public final Date getBirthday()

        Gets or sets a contact's bithday

      • setBirthday

        public final void setBirthday(Date value)

        Gets or sets a contact's bithday

      • getPhoto

        public final VCardPhoto getPhoto()

        Gets or sets a contact's photo

      • setPhoto

        public final void setPhoto(VCardPhoto value)

        Gets or sets a contact's photo