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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateContactItemDetails.Builder
activityType(UpdateContactItemDetails.ActivityType activityType)
The type of activity occurring.UpdateContactItemDetails
build()
UpdateContactItemDetails.Builder
contact(String contact)
Email id of the additional contact to be added to the support request.UpdateContactItemDetails.Builder
copy(UpdateContactItemDetails model)
-
-
-
Method Detail
-
contact
public 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
-
activityType
public 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
-
build
public UpdateContactItemDetails build()
-
copy
public UpdateContactItemDetails.Builder copy(UpdateContactItemDetails model)
-
-