Uses of Class
ezvcard.property.Nickname

Packages that use Nickname
ezvcard   
ezvcard.io.scribe   
 

Uses of Nickname in ezvcard
 

Methods in ezvcard that return Nickname
 Nickname VCard.getNickname()
           Gets the person's nicknames.
 Nickname VCard.setNickname(String... nicknames)
           Sets the person's nicknames.
 

Methods in ezvcard that return types with arguments of type Nickname
 List<Nickname> VCard.getNicknames()
           Gets all instances of the nickname property.
 

Methods in ezvcard with parameters of type Nickname
 void VCard.addNickname(Nickname nickname)
           Adds a set of nicknames.
 void VCard.addNicknameAlt(Nickname... altRepresentations)
           Adds a nickname property as a group of alternative representations (see: description of ALTID).
 void VCard.setNickname(Nickname nickname)
           Sets the person's nickname(s).
 void VCard.setNicknameAlt(Nickname... altRepresentations)
           Sets the nickname property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Nickname
 void VCard.addNicknameAlt(Collection<Nickname> altRepresentations)
           Adds a nickname property as a group of alternative representations (see: description of ALTID).
 void VCard.setNicknameAlt(Collection<Nickname> altRepresentations)
           Sets the nickname property as a group of alternative representations (see: description of ALTID).
 

Uses of Nickname in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Nickname
protected  Nickname NicknameScribe._newInstance()
           
protected  Nickname NicknameScribe._parseHtml(HCardElement element, List<String> warnings)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.