| Package | Description |
|---|---|
| selfservice.domain | |
| selfservice.domain.csa |
| Modifier and Type | Method and Description |
|---|---|
ContactPerson |
Provider.getContactPerson(ContactPersonType type) |
| 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 |
|---|---|
void |
ContactPerson.setContactPersonType(ContactPersonType contactPersonType) |
| Constructor and Description |
|---|
ContactPerson(String name,
String emailAddress,
String telephoneNumber,
ContactPersonType contactPersonType) |
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.