Uses of Class
com.oracle.bmc.cims.model.IssueType
-
Packages that use IssueType Package Description com.oracle.bmc.cims.model -
-
Uses of IssueType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return IssueType Modifier and Type Method Description IssueType
IssueType.Builder. build()
IssueType
Item. getIssueType()
Methods in com.oracle.bmc.cims.model that return types with arguments of type IssueType Modifier and Type Method Description List<IssueType>
Classifier. getIssueTypeList()
The list of issues.List<IssueType>
ServiceCategory. getIssueTypeList()
The list of issues.Methods in com.oracle.bmc.cims.model with parameters of type IssueType Modifier and Type Method Description IssueType.Builder
IssueType.Builder. copy(IssueType model)
AccountItem.Builder
AccountItem.Builder. issueType(IssueType issueType)
ActivityItem.Builder
ActivityItem.Builder. issueType(IssueType issueType)
LimitItem.Builder
LimitItem.Builder. issueType(IssueType issueType)
TechSupportItem.Builder
TechSupportItem.Builder. issueType(IssueType issueType)
Method parameters in com.oracle.bmc.cims.model with type arguments of type IssueType Modifier and Type Method Description Classifier.Builder
Classifier.Builder. issueTypeList(List<IssueType> issueTypeList)
The list of issues.ServiceCategory.Builder
ServiceCategory.Builder. issueTypeList(List<IssueType> issueTypeList)
The list of issues.Constructors in com.oracle.bmc.cims.model with parameters of type IssueType 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.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type IssueType Constructor Description Classifier(String id, String name, String label, String description, List<IssueType> issueTypeList, Classifier.Scope scope, Classifier.Unit unit)
Deprecated.ServiceCategory(String key, String name, String label, String description, List<IssueType> issueTypeList, List<String> supportedSubscriptions, Scope scope, Unit unit, String limitId)
Deprecated.
-