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.BuilderSupportContact. builder()Create a new builder.SupportContact.BuilderSupportContact.Builder. copy(SupportContact model)SupportContact.BuilderSupportContact.Builder. email(String email)The email of the contact.SupportContact.BuilderSupportContact.Builder. name(String name)The name of the contact.SupportContact.BuilderSupportContact.Builder. phone(String phone)The phone number of the contact.SupportContact.BuilderSupportContact.Builder. subject(String subject)The email subject line to use when contacting support.SupportContact.BuilderSupportContact. toBuilder()
-