Uses of Class
ezvcard.property.Url

Packages that use Url
ezvcard   
ezvcard.io.scribe   
 

Uses of Url in ezvcard
 

Methods in ezvcard that return Url
 Url VCard.addUrl(String url)
          Adds a URL.
 

Methods in ezvcard that return types with arguments of type Url
 List<Url> VCard.getUrls()
          Gets the URLs.
 

Methods in ezvcard with parameters of type Url
 void VCard.addUrl(Url url)
          Adds a URL.
 void VCard.addUrlAlt(Url... altRepresentations)
           Adds a URL property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Url
 void VCard.addUrlAlt(Collection<Url> altRepresentations)
           Adds a URL property as a group of alternative representations (see: description of ALTID).
 

Uses of Url in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Url
protected  Url UrlScribe._parseValue(String value)
           
 



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