@Immutable public final class PD3APIHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
createBusinessCard(PD3BusinessCardType aBC) |
static PDBusinessEntity |
createBusinessEntity(PD3BusinessEntityType aBE) |
static PDContact |
createContact(PD3ContactType aContact) |
static PD3ContactType |
createContact(String sType,
String sName,
String sPhoneNumber,
String sEmail) |
static PDIdentifier |
createIdentifier(PD3IdentifierType aID) |
static PD3IdentifierType |
createIdentifier(String sScheme,
String sValue) |
static PDName |
createName(PD3MultilingualNameType aName) |
static PD3MultilingualNameType |
createName(String sName,
String sLanguage) |
@Nonnull public static PD3IdentifierType createIdentifier(@Nullable String sScheme, @Nullable String sValue)
@Nullable public static PDIdentifier createIdentifier(@Nonnull PD3IdentifierType aID)
@Nonnull public static PD3ContactType createContact(@Nullable String sType, @Nullable String sName, @Nullable String sPhoneNumber, @Nullable String sEmail)
@Nonnull public static PDContact createContact(@Nonnull PD3ContactType aContact)
@Nonnull public static PD3MultilingualNameType createName(@Nullable String sName, @Nullable String sLanguage)
@Nonnull public static PDName createName(@Nonnull PD3MultilingualNameType aName)
@Nonnull public static PDBusinessEntity createBusinessEntity(@Nonnull PD3BusinessEntityType aBE)
@Nonnull public static PDBusinessCard createBusinessCard(@Nonnull PD3BusinessCardType aBC)
Copyright © 2015–2021 Philip Helger. All rights reserved.