| Package | Description |
|---|---|
| dashboard.domain |
| Modifier and Type | Method and Description |
|---|---|
ContactPersonType |
ContactPerson.getContactPersonType() |
static ContactPersonType |
ContactPersonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPersonType[] |
ContactPersonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContactPerson |
Provider.getContactPerson(ContactPersonType type) |
void |
ContactPerson.setContactPersonType(ContactPersonType contactPersonType) |
| Constructor and Description |
|---|
ContactPerson(String name,
String emailAddress,
String telephoneNumber,
ContactPersonType contactPersonType,
boolean isSirtfiSecurityContact,
boolean sabContact) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.