Uses of Class
ezvcard.property.CalendarRequestUri

Packages that use CalendarRequestUri
ezvcard   
ezvcard.io.scribe   
 

Uses of CalendarRequestUri in ezvcard
 

Methods in ezvcard that return types with arguments of type CalendarRequestUri
 List<CalendarRequestUri> VCard.getCalendarRequestUris()
          Gets the URIs that can be used to schedule a meeting with the person on his or her calendar.
 

Methods in ezvcard with parameters of type CalendarRequestUri
 void VCard.addCalendarRequestUri(CalendarRequestUri calendarRequestUri)
          Adds a URI that can be used to schedule a meeting with the person on his or her calendar.
 void VCard.addCalendarRequestUriAlt(CalendarRequestUri... altRepresentations)
           Adds a calendar request URI property as a group of alternative representations (see: description of ALTID ).
 

Method parameters in ezvcard with type arguments of type CalendarRequestUri
 void VCard.addCalendarRequestUriAlt(Collection<CalendarRequestUri> altRepresentations)
           Adds a calendar request URI property as a group of alternative representations (see: description of ALTID ).
 

Uses of CalendarRequestUri in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return CalendarRequestUri
protected  CalendarRequestUri CalendarRequestUriScribe._parseValue(String value)
           
 



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