Package com.oracle.bmc.cims.model
Class Contact.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.Contact.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Contactbuild()Contact.BuildercontactEmail(String contactEmail)The email of the contact person.Contact.BuildercontactName(String contactName)The name of the contact person.Contact.BuildercontactPhone(String contactPhone)The phone number of the contact person.Contact.BuildercontactType(Contact.ContactType contactType)The type of contact, such as primary or alternate.Contact.Buildercopy(Contact model)Contact.Builderemail(String email)The email of the contact person.
 
- 
- 
- 
Method Detail- 
contactNamepublic Contact.Builder contactName(String contactName) The name of the contact person.- Parameters:
- contactName- the value to set
- Returns:
- this builder
 
 - 
contactEmailpublic Contact.Builder contactEmail(String contactEmail) The email of the contact person.- Parameters:
- contactEmail- the value to set
- Returns:
- this builder
 
 - 
emailpublic Contact.Builder email(String email) The email of the contact person.- Parameters:
- email- the value to set
- Returns:
- this builder
 
 - 
contactPhonepublic Contact.Builder contactPhone(String contactPhone) The phone number of the contact person.- Parameters:
- contactPhone- the value to set
- Returns:
- this builder
 
 - 
contactTypepublic Contact.Builder contactType(Contact.ContactType contactType) The type of contact, such as primary or alternate.- Parameters:
- contactType- the value to set
- Returns:
- this builder
 
 - 
buildpublic Contact build() 
 - 
copypublic Contact.Builder copy(Contact model) 
 
- 
 
-