Uses of Class
com.oracle.bmc.marketplace.model.SupportContact.Builder
-
Packages that use SupportContact.Builder Package Description com.oracle.bmc.marketplace.model -
-
Uses of SupportContact.Builder in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return SupportContact.Builder Modifier and Type Method Description static SupportContact.Builder
SupportContact. builder()
Create a new builder.SupportContact.Builder
SupportContact.Builder. copy(SupportContact model)
SupportContact.Builder
SupportContact.Builder. email(String email)
The email of the contact.SupportContact.Builder
SupportContact.Builder. name(String name)
The name of the contact.SupportContact.Builder
SupportContact.Builder. phone(String phone)
The phone number of the contact.SupportContact.Builder
SupportContact.Builder. subject(String subject)
The email subject line to use when contacting support.SupportContact.Builder
SupportContact. toBuilder()
-