Uses of Class
ezvcard.property.Birthday

Packages that use Birthday
ezvcard   
ezvcard.io.scribe   
 

Uses of Birthday in ezvcard
 

Methods in ezvcard that return Birthday
 Birthday VCard.getBirthday()
           Gets the person's birthday.
 

Methods in ezvcard that return types with arguments of type Birthday
 List<Birthday> VCard.getBirthdays()
           Gets all birthday property instances.
 

Methods in ezvcard with parameters of type Birthday
 void VCard.setBirthday(Birthday birthday)
           Sets the person's birthday.
 void VCard.setBirthdayAlt(Birthday... altRepresentations)
           Sets the person's birthday as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Birthday
 void VCard.setBirthdayAlt(Collection<Birthday> altRepresentations)
           Sets the person's birthday as a group of alternative representations (see: description of ALTID).
 

Uses of Birthday in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Birthday
protected  Birthday BirthdayScribe.newInstance(Date date, boolean hasTime)
           
protected  Birthday BirthdayScribe.newInstance(PartialDate partialDate)
           
protected  Birthday BirthdayScribe.newInstance(String text)
           
 



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