Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
SubCategory |
SubCategory.Builder.build() |
SubCategory |
Item.getSubCategory() |
Modifier and Type | Method and Description |
---|---|
SubCategory.Builder |
SubCategory.Builder.copy(SubCategory model) |
LimitItem.Builder |
LimitItem.Builder.subCategory(SubCategory subCategory) |
ActivityItem.Builder |
ActivityItem.Builder.subCategory(SubCategory subCategory) |
TechSupportItem.Builder |
TechSupportItem.Builder.subCategory(SubCategory subCategory) |
AccountItem.Builder |
AccountItem.Builder.subCategory(SubCategory subCategory) |
Constructor and Description |
---|
AccountItem(String itemKey,
String name,
Category category,
SubCategory subCategory,
IssueType issueType)
Deprecated.
|
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)
Deprecated.
|
Item(String itemKey,
String name,
Category category,
SubCategory subCategory,
IssueType issueType)
Deprecated.
|
LimitItem(String itemKey,
String name,
Category category,
SubCategory subCategory,
IssueType issueType,
Integer currentLimit,
Integer currentUsage,
Integer requestedLimit,
LimitItem.LimitStatus limitStatus)
Deprecated.
|
TechSupportItem(String itemKey,
String name,
Category category,
SubCategory subCategory,
IssueType issueType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.