Uses of Interface
ezvcard.property.HasAltId

Packages that use HasAltId
ezvcard   
ezvcard.property   
 

Uses of HasAltId in ezvcard
 

Methods in ezvcard with type parameters of type HasAltId
<T extends VCardProperty & HasAltId>
void
VCard.addPropertyAlt(Class<T> propertyClass, Collection<T> altRepresentations)
          Adds a property in the form of a collection of alternative representations.
<T extends VCardProperty & HasAltId>
void
VCard.addPropertyAlt(Class<T> propertyClass, T... altRepresentations)
          Adds a property in the form of a collection of alternative representations.
<T extends VCardProperty & HasAltId>
List<List<T>>
VCard.getPropertiesAlt(Class<T> clazz)
          Gets all properties of a given class, grouping the alternative representations of each property together (see: description of ALTID)
<T extends VCardProperty & HasAltId>
void
VCard.setPropertyAlt(Class<T> propertyClass, Collection<T> altRepresentations)
          Sets a property in the form of a collection of alternative representations.
<T extends VCardProperty & HasAltId>
void
VCard.setPropertyAlt(Class<T> propertyClass, T... altRepresentations)
          Sets a property in the form of a collection of alternative representations.
 

Uses of HasAltId in ezvcard.property
 

Classes in ezvcard.property that implement HasAltId
 class Address
          A mailing address.
 class Anniversary
          Defines the person's anniversary.
 class BinaryProperty<T extends MediaTypeParameter>
          Represents a property whose value contains binary data (for example, Photo).
 class Birthday
          Defines the person's birthday.
 class Birthplace
          Defines the location of the person's birth.
 class CalendarRequestUri
          A URL to use for sending a scheduling request to the person's calendar.
 class CalendarUri
          A URL to the person's calendar.
 class Categories
          A list of keywords (aka "tags") that can be used to describe the person.
 class DateOrTimeProperty
          Represents a property whose value contains a date and/or a time (for example, Birthday).
 class Deathdate
          Defines the person's time of death.
 class Deathplace
          Defines the location of the person's death.
 class Email
          An email address associated with a person.
 class Expertise
          Defines a professional subject area that the person has knowledge of.
 class FormattedName
          Shows how the person's name should be displayed.
 class FreeBusyUrl
          A URL that shows when the person is free/busy on their calendar.
 class Geo
           A set of latitude/longitude coordinates.
 class Hobby
          Defines a recreational activity that the person actively engages in.
 class ImageProperty
          Represents a vCard property that stores image data (for example, Photo).
 class Impp
          An instant message handle.
 class Interest
          Defines a recreational activity that the person is interested in.
 class Key
          A public key for encryption.
 class Language
          A language that the person speaks.
 class Logo
          A company logo.
 class Member
          The members that make up the group.
 class Nickname
          A list of nicknames the person goes by.
 class Note
          A free-form text field that contains miscellaneous information.
 class Organization
          A list of organizations the person belongs to.
 class OrgDirectory
          Defines a URI representing the person's work place, which can be used to lookup information on the person's co-workers.
 class Photo
          A photo attached to the vCard (such as a portrait of the person).
 class Related
          Someone that the person is related to.
 class Role
          The function that the person plays in his or her organization.
 class Sound
          A sound to attach to the vCard, such as a pronunciation of the person's name.
 class Source
          A URL that can be used to retrieve the most up-to-date version of the person's vCard.
 class StructuredName
          Contains the separated components of the person's name.
 class Telephone
          A telephone number.
 class Timezone
          Contains the timezone that the person lives/works in.
 class Title
          The person's position or job in his or her organization.
 class Url
          A URL pointing to the person's homepage or business website.
 class Xml
          Any XML data attached to the vCard.
 



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