public class VCardHelper
extends java.lang.Object
| Constructor and Description | 
|---|
VCardHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<VCard.DeliveryAddressing> | 
manageAddress(org.apache.directory.api.ldap.model.entry.Attribute addressAttribute,
             java.lang.String type)  | 
static java.util.List<VCard.Communications.Email> | 
manageEmails(org.apache.directory.api.ldap.model.entry.Attribute emailAttribute,
            java.lang.String type)  | 
static java.util.List<VCard.Communications.Tel> | 
managePhones(org.apache.directory.api.ldap.model.entry.Attribute phoneAttribute,
            java.util.List<java.lang.String> types)  | 
public static java.util.List<VCard.Communications.Tel> managePhones(org.apache.directory.api.ldap.model.entry.Attribute phoneAttribute, java.util.List<java.lang.String> types)
public static java.util.List<VCard.Communications.Email> manageEmails(org.apache.directory.api.ldap.model.entry.Attribute emailAttribute, java.lang.String type)
public static java.util.List<VCard.DeliveryAddressing> manageAddress(org.apache.directory.api.ldap.model.entry.Attribute addressAttribute, java.lang.String type)
Copyright © 2023. All Rights Reserved.