Package | Description |
---|---|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
ezvcard.property |
Contains the DTO class for each property.
|
Modifier and Type | Class and Description |
---|---|
class |
StringPropertyScribe<T extends TextProperty>
Marshals properties that contain a single string value (like text or a URI).
|
class |
UriPropertyScribe<T extends TextProperty>
Marshals properties that have URI values.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarRequestUri
Defines a URL to use for sending a scheduling request to the person's
calendar.
|
class |
CalendarUri
Defines a URL that points to the person's calendar.
|
class |
Classification
Defines the sensitivity of the information in the vCard.
|
class |
Email
Defines an email address associated with the person.
|
class |
Expertise
Defines a professional subject area that the person has knowledge of.
|
class |
FormattedName
Defines the person's full name in a human-readable format.
|
class |
FreeBusyUrl
Defines a URL that shows when the person is free/busy on their calendar.
|
class |
Hobby
Defines a recreational activity that the person actively engages in.
|
class |
Interest
Defines a recreational activity that the person is interested in.
|
class |
Kind
Defines the type of entity that this vCard represents, such as an individual
or an organization.
|
class |
Label
Defines the exact text to put on the mailing label when sending snail mail to
the person.
|
class |
Language
Defines a language that the person speaks.
|
class |
Mailer
Defines the email client that the person uses.
|
class |
Member
Defines the members that make up the group.
|
class |
Note
Defines a free-form text field that contains miscellaneous information.
|
class |
OrgDirectory
Defines a URI that can be used to retrieve information about the person's
co-workers.
|
class |
ProductId
Identifies the software application that created the vCard.
|
class |
Profile
Simply identifies the vCard as a "vCard".
|
class |
RawProperty
Holds the property value as-is.
|
class |
Role
Defines the function that the person plays within his or her organization.
|
class |
SortString
Defines the string that should be used when an application sorts this vCard
in some way.
|
class |
Source
Defines a URL that can be used to retrieve the most up-to-date version of the
vCard.
|
class |
SourceDisplayText
Defines a textual representation of the
Source property. |
class |
Title
Defines the person's title in his or her organization.
|
class |
Uid
Defines a globally unique identifier for this vCard.
|
class |
UriProperty
Represents a property whose value is a URI.
|
class |
Url
Defines a URL that points to the person's homepage or business website.
|
Constructor and Description |
---|
TextProperty(TextProperty original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.