Uses of Class
com.oracle.bmc.cims.model.ActivityItem.ActivityAuthor
-
Packages that use ActivityItem.ActivityAuthor Package Description com.oracle.bmc.cims.model -
-
Uses of ActivityItem.ActivityAuthor in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return ActivityItem.ActivityAuthor Modifier and Type Method Description static ActivityItem.ActivityAuthor
ActivityItem.ActivityAuthor. create(String key)
ActivityItem.ActivityAuthor
ActivityItem. getActivityAuthor()
static ActivityItem.ActivityAuthor
ActivityItem.ActivityAuthor. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivityItem.ActivityAuthor[]
ActivityItem.ActivityAuthor. 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.ActivityAuthor Modifier and Type Method Description ActivityItem.Builder
ActivityItem.Builder. activityAuthor(ActivityItem.ActivityAuthor activityAuthor)
Constructors in com.oracle.bmc.cims.model with parameters of type ActivityItem.ActivityAuthor 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.
-