Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
static LimitItem.LimitStatus |
LimitItem.LimitStatus.create(String key) |
LimitItem.LimitStatus |
LimitItem.getLimitStatus()
The status of the request.
|
static LimitItem.LimitStatus |
LimitItem.LimitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitItem.LimitStatus[] |
LimitItem.LimitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LimitItem.Builder |
LimitItem.Builder.limitStatus(LimitItem.LimitStatus limitStatus)
The status of the request.
|
Constructor and Description |
---|
LimitItem(String itemKey,
String name,
Category category,
SubCategory subCategory,
IssueType issueType,
Integer currentLimit,
Integer currentUsage,
Integer requestedLimit,
LimitItem.LimitStatus limitStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.