Enum RequestMonitoredResourcesSummarizedCountRequest.GroupBy
- java.lang.Object
-
- java.lang.Enum<RequestMonitoredResourcesSummarizedCountRequest.GroupBy>
-
- com.oracle.bmc.stackmonitoring.requests.RequestMonitoredResourcesSummarizedCountRequest.GroupBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<RequestMonitoredResourcesSummarizedCountRequest.GroupBy>
- Enclosing class:
- RequestMonitoredResourcesSummarizedCountRequest
public static enum RequestMonitoredResourcesSummarizedCountRequest.GroupBy extends Enum<RequestMonitoredResourcesSummarizedCountRequest.GroupBy> implements BmcEnum
The field to group by.Default group by is ‘resourceType’.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description License
Namespace
ParentResourceId
ResourceType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestMonitoredResourcesSummarizedCountRequest.GroupBy
create(String key)
String
getValue()
static RequestMonitoredResourcesSummarizedCountRequest.GroupBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestMonitoredResourcesSummarizedCountRequest.GroupBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ResourceType
public static final RequestMonitoredResourcesSummarizedCountRequest.GroupBy ResourceType
-
License
public static final RequestMonitoredResourcesSummarizedCountRequest.GroupBy License
-
ParentResourceId
public static final RequestMonitoredResourcesSummarizedCountRequest.GroupBy ParentResourceId
-
Namespace
public static final RequestMonitoredResourcesSummarizedCountRequest.GroupBy Namespace
-
-
Method Detail
-
values
public static RequestMonitoredResourcesSummarizedCountRequest.GroupBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RequestMonitoredResourcesSummarizedCountRequest.GroupBy c : RequestMonitoredResourcesSummarizedCountRequest.GroupBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RequestMonitoredResourcesSummarizedCountRequest.GroupBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static RequestMonitoredResourcesSummarizedCountRequest.GroupBy create(String key)
-
-