public static class VCard.Communications
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VCard.Communications.Email
To specify the electronic mail address for communication with the
object the vCard represents.
|
static class |
VCard.Communications.Impp
To specify the URI for instant messaging and presence protocol
communications with the object the vCard represents.
|
static class |
VCard.Communications.Lang
To specify the language(s) that may be used for contacting the entity
associated with the vCard.
|
static class |
VCard.Communications.Tel
To specify the telephone number for telephony communication with the
object the vCard represents.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<VCard.Communications.Email> |
emails |
java.util.List<VCard.Communications.Impp> |
impps |
java.util.List<VCard.Communications.Lang> |
langs |
java.util.List<VCard.Communications.Tel> |
tels |
Constructor and Description |
---|
Communications() |
Modifier and Type | Method and Description |
---|---|
VCard.Communications |
copy() |
public java.util.List<VCard.Communications.Tel> tels
public java.util.List<VCard.Communications.Email> emails
public java.util.List<VCard.Communications.Impp> impps
public java.util.List<VCard.Communications.Lang> langs
public VCard.Communications copy()
Copyright © 2021. All Rights Reserved.