Uses of Class
com.oracle.bmc.cims.model.Contact.ContactType
-
Packages that use Contact.ContactType Package Description com.oracle.bmc.cims.model -
-
Uses of Contact.ContactType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Contact.ContactType Modifier and Type Method 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.Methods in com.oracle.bmc.cims.model with parameters of type Contact.ContactType Modifier and Type Method Description Contact.Builder
Contact.Builder. contactType(Contact.ContactType contactType)
The type of contact, such as primary or alternate.Constructors in com.oracle.bmc.cims.model with parameters of type Contact.ContactType Constructor Description Contact(String contactName, String contactEmail, String email, String contactPhone, Contact.ContactType contactType)
Deprecated.
-