Package com.oracle.bmc.cims.model
Class UpdateContactItemDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cims.model.UpdateItemDetails
- 
- com.oracle.bmc.cims.model.UpdateContactItemDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public final class UpdateContactItemDetails extends UpdateItemDetailsDetails for updating the support request activity.
 Note: Objects should always be created or deserialized using theUpdateContactItemDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theUpdateContactItemDetails.Builder, which maintain a set of all explicitly set fields calledUpdateContactItemDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateContactItemDetails.ActivityTypeThe type of activity occurring.static classUpdateContactItemDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateContactItemDetails(String contact, UpdateContactItemDetails.ActivityType activityType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateContactItemDetails.Builderbuilder()Create a new builder.booleanequals(Object o)UpdateContactItemDetails.ActivityTypegetActivityType()The type of activity occurring.StringgetContact()Email id of the additional contact to be added to the support request.inthashCode()UpdateContactItemDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateContactItemDetails@Deprecated public UpdateContactItemDetails(String contact, UpdateContactItemDetails.ActivityType activityType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UpdateContactItemDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpdateContactItemDetails.Builder toBuilder() 
 - 
getContactpublic String getContact() Email id of the additional contact to be added to the support request.- Returns:
- the value
 
 - 
getActivityTypepublic UpdateContactItemDetails.ActivityType getActivityType() 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. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- UpdateItemDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- UpdateItemDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- UpdateItemDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- UpdateItemDetails
 
 
- 
 
-