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 CategoryCategory.Builder. build()CategoryItem. getCategory()Methods in com.oracle.bmc.cims.model with parameters of type Category Modifier and Type Method Description AccountItem.BuilderAccountItem.Builder. category(Category category)ActivityItem.BuilderActivityItem.Builder. category(Category category)LimitItem.BuilderLimitItem.Builder. category(Category category)TechSupportItem.BuilderTechSupportItem.Builder. category(Category category)Category.BuilderCategory.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 id, 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.
-