Klasse FullnameProperty

java.lang.Object
de.svws_nrw.davapi.util.vcard.FullnameProperty
Alle implementierten Schnittstellen:
VCardProperty

public final class FullnameProperty extends Object implements VCardProperty
Das Fullname Property einer VCard.
Type special notes: This type is based on the semantics of the X.520 Common Name attribute. The property MUST be present in the vCard object.
Beispiel
FN:Mr. John Q. Public\, Esq.
Siehe auch:
  • Konstruktordetails

    • FullnameProperty

      public FullnameProperty(String fullname)
      erstellt ein FullnameProperty für eine VCard mit dem Namen als Parameter
      Parameter:
      fullname - der Name einer VCard
  • Methodendetails