Uses of Class
net.bluemind.addressbook.api.VCard.Parameter
Packages that use VCard.Parameter
-
Uses of VCard.Parameter in net.bluemind.addressbook.api
Fields in net.bluemind.addressbook.api with type parameters of type VCard.ParameterMethods in net.bluemind.addressbook.api that return VCard.ParameterMethods in net.bluemind.addressbook.api that return types with arguments of type VCard.ParameterMethod parameters in net.bluemind.addressbook.api with type arguments of type VCard.ParameterModifier and TypeMethodDescriptionstatic VCard.Communications.Email
VCard.Communications.Email.create
(String value, List<VCard.Parameter> parameters) static VCard.Communications.Impp
VCard.Communications.Impp.create
(String value, List<VCard.Parameter> parameters) static VCard.Communications.Lang
VCard.Communications.Lang.create
(String value, List<VCard.Parameter> parameters) static VCard.Communications.Tel
VCard.Communications.Tel.create
(String value, List<VCard.Parameter> parameters) VCard.DeliveryAddressing.Address.create
(String label, String postOfficeBox, String extentedAddress, String streetAddress, String locality, String region, String postalCode, String countryName, List<VCard.Parameter> parameters) static VCard.Explanatory.Url
VCard.Explanatory.Url.create
(String value, List<VCard.Parameter> parameters) VCard.Identification.FormatedName.create
(String value, List<VCard.Parameter> parameters) static VCard.Identification.Name
VCard.Identification.Name.create
(String familyNames, String givenNames, String additionalNames, String prefixes, String suffixes, List<VCard.Parameter> parameters) VCard.Identification.Nickname.create
(String value, List<VCard.Parameter> parameters) static VCard.Security.Key
VCard.Security.Key.create
(String value, List<VCard.Parameter> parameters)