| Package | Description |
|---|---|
| ezvcard.property |
Contains the DTO class for each property.
|
| ezvcard.util |
Contains miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
TelUri |
Telephone.getUri()
Gets a "tel" URI representing the phone number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Telephone.setUri(TelUri uri)
Sets a "tel" URI representing the phone number.
|
static Related |
Related.telephone(TelUri telUri)
Creates a related property whose value is a telephone number.
|
static Member |
Member.telephone(TelUri telUri)
Creates a member property whose value is a telephone number.
|
| Constructor and Description |
|---|
Telephone(TelUri uri)
Creates a telephone property.
|
| Modifier and Type | Method and Description |
|---|---|
TelUri |
TelUri.Builder.build()
Builds the final
TelUri object. |
static TelUri |
TelUri.parse(String uri)
Parses a tel URI.
|
| Constructor and Description |
|---|
Builder(TelUri original)
Creates a new
TelUri builder. |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.