Uses of Class
com.oracle.bmc.cims.model.Category
-
Packages that use Category Package Description com.oracle.bmc.cims.model -
-
Uses of Category in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Category Modifier and Type Method Description Category
Category.Builder. build()
Category
Item. getCategory()
Methods in com.oracle.bmc.cims.model with parameters of type Category Modifier and Type Method Description AccountItem.Builder
AccountItem.Builder. category(Category category)
ActivityItem.Builder
ActivityItem.Builder. category(Category category)
LimitItem.Builder
LimitItem.Builder. category(Category category)
TechSupportItem.Builder
TechSupportItem.Builder. category(Category category)
Category.Builder
Category.Builder. copy(Category model)
Constructors in com.oracle.bmc.cims.model with parameters of type Category 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.
-