Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
static Contact.ContactType |
Contact.ContactType.create(String key) |
Contact.ContactType |
Contact.getContactType()
The type of contact, such as primary or alternate.
|
static Contact.ContactType |
Contact.ContactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contact.ContactType[] |
Contact.ContactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Contact.Builder |
Contact.Builder.contactType(Contact.ContactType contactType)
The type of contact, such as primary or alternate.
|
Constructor and Description |
---|
Contact(String contactName,
String contactEmail,
String email,
String contactPhone,
Contact.ContactType contactType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.