Class Contact.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.Contact.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Contact
build()
Contact.Builder
copy(Contact model)
Contact.Builder
email(String email)
The email of the contactContact.Builder
firstName(String firstName)
The first name of the contactContact.Builder
lastName(String lastName)
The last name of the contact
-
-
-
Method Detail
-
firstName
public Contact.Builder firstName(String firstName)
The first name of the contact- Parameters:
firstName
- the value to set- Returns:
- this builder
-
lastName
public Contact.Builder lastName(String lastName)
The last name of the contact- Parameters:
lastName
- the value to set- Returns:
- this builder
-
email
public Contact.Builder email(String email)
The email of the contact- Parameters:
email
- the value to set- Returns:
- this builder
-
build
public Contact build()
-
copy
public Contact.Builder copy(Contact model)
-
-