public class CandidateReference extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Company
The employer of the reference
|
List<String> |
EmailAddresses
Email addresses listed for the reference
|
Location |
Location
The physical location of the reference
|
PersonName |
ReferenceName
The name of the reference
|
List<NormalizedString> |
Telephones
Phone numbers listed for the reference
|
String |
Title
The job title of the reference
|
String |
Type
The type of reference
|
List<WebAddress> |
WebAddresses
Other web addresses listed for the reference
|
| Constructor and Description |
|---|
CandidateReference() |
public PersonName ReferenceName
public String Title
public String Company
public String Type
public Location Location
public List<NormalizedString> Telephones
public List<WebAddress> WebAddresses
Copyright © 2023. All rights reserved.