Uses of Class
com.oracle.bmc.cims.model.Contact.Builder
-
Packages that use Contact.Builder Package Description com.oracle.bmc.cims.model -
-
Uses of Contact.Builder in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Contact.Builder Modifier and Type Method Description static Contact.Builder
Contact. builder()
Create a new builder.Contact.Builder
Contact.Builder. contactEmail(String contactEmail)
The email of the contact person.Contact.Builder
Contact.Builder. contactName(String contactName)
The name of the contact person.Contact.Builder
Contact.Builder. contactPhone(String contactPhone)
The phone number of the contact person.Contact.Builder
Contact.Builder. contactType(Contact.ContactType contactType)
The type of contact, such as primary or alternate.Contact.Builder
Contact.Builder. copy(Contact model)
Contact.Builder
Contact.Builder. email(String email)
The email of the contact person.Contact.Builder
Contact. toBuilder()
-