Package com.oracle.bmc.cims.model
Class UpdateContactItemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.UpdateContactItemDetails.Builder
 
- 
- Enclosing class:
- UpdateContactItemDetails
 
 public static class UpdateContactItemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateContactItemDetails.BuilderactivityType(UpdateContactItemDetails.ActivityType activityType)The type of activity occurring.UpdateContactItemDetailsbuild()UpdateContactItemDetails.Buildercontact(String contact)Email id of the additional contact to be added to the support request.UpdateContactItemDetails.Buildercopy(UpdateContactItemDetails model)
 
- 
- 
- 
Method Detail- 
contactpublic UpdateContactItemDetails.Builder contact(String contact) Email id of the additional contact to be added to the support request.- Parameters:
- contact- the value to set
- Returns:
- this builder
 
 - 
activityTypepublic UpdateContactItemDetails.Builder activityType(UpdateContactItemDetails.ActivityType activityType) The type of activity occurring.NOTES is the activity associated to attachments. PROBLEM_DESCRIPTION is the activity associated to customer problem description. UPDATE is the activity associated to adding comments. CLOSE is the activity associated to closing the support request. REOPEN is the activity associated to reopening the support request. ADD_CONTACT is the activity associated to adding additional contact to the support request. - Parameters:
- activityType- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateContactItemDetails build() 
 - 
copypublic UpdateContactItemDetails.Builder copy(UpdateContactItemDetails model) 
 
- 
 
-