Uses of Class
com.oracle.bmc.cims.model.ActivityItem.ActivityType
-
Packages that use ActivityItem.ActivityType Package Description com.oracle.bmc.cims.model -
-
Uses of ActivityItem.ActivityType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return ActivityItem.ActivityType Modifier and Type Method Description static ActivityItem.ActivityType
ActivityItem.ActivityType. create(String key)
ActivityItem.ActivityType
ActivityItem. getActivityType()
The type of activity occuring on the support ticket.static ActivityItem.ActivityType
ActivityItem.ActivityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivityItem.ActivityType[]
ActivityItem.ActivityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cims.model with parameters of type ActivityItem.ActivityType Modifier and Type Method Description ActivityItem.Builder
ActivityItem.Builder. activityType(ActivityItem.ActivityType activityType)
The type of activity occuring on the support ticket.Constructors in com.oracle.bmc.cims.model with parameters of type ActivityItem.ActivityType Constructor Description ActivityItem(String itemKey, String name, Category category, SubCategory subCategory, IssueType issueType, String comments, Integer timeCreated, Integer timeUpdated, ActivityItem.ActivityType activityType, ActivityItem.ActivityAuthor activityAuthor, ActivityItem.ItemType itemType, ActivityItem.ItemStatus itemStatus, String attachmentID)
Deprecated.
-