@Immutable public final class PD1APIHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
createBusinessCard(PD1BusinessCardType aBC) |
static PDBusinessEntity |
createBusinessEntity(PD1BusinessEntityType aBE) |
static PDContact |
createContact(PD1ContactType aContact) |
static PD1ContactType |
createContact(String sType,
String sName,
String sPhoneNumber,
String sEmail) |
static PDIdentifier |
createIdentifier(PD1IdentifierType aID) |
static PD1IdentifierType |
createIdentifier(String sScheme,
String sValue) |
@Nonnull public static PD1IdentifierType createIdentifier(@Nullable String sScheme, @Nullable String sValue)
@Nullable public static PDIdentifier createIdentifier(@Nonnull PD1IdentifierType aID)
@Nonnull public static PD1ContactType createContact(@Nullable String sType, @Nullable String sName, @Nullable String sPhoneNumber, @Nullable String sEmail)
@Nonnull public static PDContact createContact(@Nonnull PD1ContactType aContact)
@Nonnull public static PDBusinessEntity createBusinessEntity(@Nonnull PD1BusinessEntityType aBE)
@Nonnull public static PDBusinessCard createBusinessCard(@Nonnull PD1BusinessCardType aBC)
Copyright © 2015–2021 Philip Helger. All rights reserved.