public class ContactInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
PersonName |
CandidateName
The candidate's name
|
List<String> |
EmailAddresses
The candidate's email addresses
|
Location |
Location
The candidate's location/address.
|
List<Telephone> |
Telephones
The candidate's phone numbers.
|
List<WebAddress> |
WebAddresses
The candidate's web addresses (URLs, social media) listed on the resume
|
| Constructor and Description |
|---|
ContactInformation() |
public PersonName CandidateName
public List<Telephone> Telephones
public Location Location
public List<WebAddress> WebAddresses
Copyright © 2021. All rights reserved.