| Package | Description |
|---|---|
| com.helger.pd.businesscard.generic | |
| com.helger.pd.businesscard.v1 | |
| com.helger.pd.businesscard.v3 |
| Modifier and Type | Method and Description |
|---|---|
PDContact |
PDContact.getClone() |
PDContact |
PDContact.getClone() |
static PDContact |
PDContact.of(com.helger.json.IJsonObject aJson) |
static PDContact |
PDContact.of(com.helger.json.IJsonObject aJson) |
PDContact |
PDContact.setEmail(String sEmail)
Sets the value of the email property.
|
PDContact |
PDContact.setEmail(String sEmail)
Sets the value of the email property.
|
PDContact |
PDContact.setName(String sName)
Sets the value of the name property.
|
PDContact |
PDContact.setName(String sName)
Sets the value of the name property.
|
PDContact |
PDContact.setPhoneNumber(String sPhoneNumber)
Sets the value of the phoneNumber property.
|
PDContact |
PDContact.setPhoneNumber(String sPhoneNumber)
Sets the value of the phoneNumber property.
|
PDContact |
PDContact.setType(String sType)
Sets the value of the type property.
|
PDContact |
PDContact.setType(String sType)
Sets the value of the type property.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<PDContact> |
PDBusinessEntity.contacts() |
com.helger.commons.collection.impl.ICommonsList<PDContact> |
PDBusinessEntity.contacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDContact.cloneTo(PDContact ret)
This method clones all values from
this to the passed object. |
void |
PDContact.cloneTo(PDContact ret)
This method clones all values from
this to the passed object. |
| Constructor and Description |
|---|
PDBusinessEntity(com.helger.commons.collection.impl.ICommonsList<PDName> aNames,
String sCountryCode,
String sGeoInfo,
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> aIDs,
com.helger.commons.collection.impl.ICommonsList<String> aWebsiteURIs,
com.helger.commons.collection.impl.ICommonsList<PDContact> aContacts,
String sAdditionalInfo,
LocalDate aRegDate) |
PDBusinessEntity(com.helger.commons.collection.impl.ICommonsList<PDName> aNames,
String sCountryCode,
String sGeoInfo,
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> aIDs,
com.helger.commons.collection.impl.ICommonsList<String> aWebsiteURIs,
com.helger.commons.collection.impl.ICommonsList<PDContact> aContacts,
String sAdditionalInfo,
LocalDate aRegDate) |
| Modifier and Type | Method and Description |
|---|---|
static PDContact |
PD1APIHelper.createContact(PD1ContactType aContact) |
static PDContact |
PD1APIHelper.createContact(PD1ContactType aContact) |
| Modifier and Type | Method and Description |
|---|---|
static PDContact |
PD3APIHelper.createContact(PD3ContactType aContact) |
static PDContact |
PD3APIHelper.createContact(PD3ContactType aContact) |
Copyright © 2015–2021 Philip Helger. All rights reserved.