Class Contact.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplaceprivateoffer.model.Contact.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Contactbuild()Contact.Buildercopy(Contact model)Contact.Builderemail(String email)The email of the contactContact.BuilderfirstName(String firstName)The first name of the contactContact.BuilderlastName(String lastName)The last name of the contact
 
- 
- 
- 
Method Detail- 
firstNamepublic Contact.Builder firstName(String firstName) The first name of the contact- Parameters:
- firstName- the value to set
- Returns:
- this builder
 
 - 
lastNamepublic Contact.Builder lastName(String lastName) The last name of the contact- Parameters:
- lastName- the value to set
- Returns:
- this builder
 
 - 
emailpublic Contact.Builder email(String email) The email of the contact- Parameters:
- email- the value to set
- Returns:
- this builder
 
 - 
buildpublic Contact build() 
 - 
copypublic Contact.Builder copy(Contact model) 
 
- 
 
-