Uses of Class
com.oracle.bmc.cims.model.SubCategory
-
Packages that use SubCategory Package Description com.oracle.bmc.cims.model -
-
Uses of SubCategory in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return SubCategory Modifier and Type Method Description SubCategory
SubCategory.Builder. build()
SubCategory
Item. getSubCategory()
Methods in com.oracle.bmc.cims.model with parameters of type SubCategory Modifier and Type Method Description SubCategory.Builder
SubCategory.Builder. copy(SubCategory model)
AccountItem.Builder
AccountItem.Builder. subCategory(SubCategory subCategory)
ActivityItem.Builder
ActivityItem.Builder. subCategory(SubCategory subCategory)
LimitItem.Builder
LimitItem.Builder. subCategory(SubCategory subCategory)
TechSupportItem.Builder
TechSupportItem.Builder. subCategory(SubCategory subCategory)
Constructors in com.oracle.bmc.cims.model with parameters of type SubCategory Constructor 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, String attachmentID)
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, String customerMessage)
Deprecated.TechSupportItem(String itemKey, String name, Category category, SubCategory subCategory, IssueType issueType)
Deprecated.
-