Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
static ActivityItem.ItemType |
ActivityItem.ItemType.create(String key) |
ActivityItem.ItemType |
ActivityItem.getItemType() |
static ActivityItem.ItemType |
ActivityItem.ItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityItem.ItemType[] |
ActivityItem.ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActivityItem.Builder |
ActivityItem.Builder.itemType(ActivityItem.ItemType itemType) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.