Class SupportContact.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.SupportContact.Builder
-
- Enclosing class:
- SupportContact
public static class SupportContact.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportContact
build()
SupportContact.Builder
copy(SupportContact model)
SupportContact.Builder
email(String email)
The email of the contact.SupportContact.Builder
name(String name)
The name of the contact.SupportContact.Builder
phone(String phone)
The phone number of the contact.SupportContact.Builder
subject(String subject)
The email subject line to use when contacting support.
-
-
-
Method Detail
-
name
public SupportContact.Builder name(String name)
The name of the contact.- Parameters:
name
- the value to set- Returns:
- this builder
-
phone
public SupportContact.Builder phone(String phone)
The phone number of the contact.- Parameters:
phone
- the value to set- Returns:
- this builder
-
email
public SupportContact.Builder email(String email)
The email of the contact.- Parameters:
email
- the value to set- Returns:
- this builder
-
subject
public SupportContact.Builder subject(String subject)
The email subject line to use when contacting support.- Parameters:
subject
- the value to set- Returns:
- this builder
-
build
public SupportContact build()
-
copy
public SupportContact.Builder copy(SupportContact model)
-
-