Package com.oracle.bmc.datasafe.requests
Enum ListSqlCollectionAnalyticsRequest.GroupBy
- java.lang.Object
-
- java.lang.Enum<ListSqlCollectionAnalyticsRequest.GroupBy>
-
- com.oracle.bmc.datasafe.requests.ListSqlCollectionAnalyticsRequest.GroupBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListSqlCollectionAnalyticsRequest.GroupBy>
- Enclosing class:
- ListSqlCollectionAnalyticsRequest
public static enum ListSqlCollectionAnalyticsRequest.GroupBy extends Enum<ListSqlCollectionAnalyticsRequest.GroupBy> implements BmcEnum
The group by parameter to summarize SQL collection aggregation.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LifecycleState
TargetId
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSqlCollectionAnalyticsRequest.GroupBy
create(String key)
String
getValue()
static ListSqlCollectionAnalyticsRequest.GroupBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlCollectionAnalyticsRequest.GroupBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TargetId
public static final ListSqlCollectionAnalyticsRequest.GroupBy TargetId
-
LifecycleState
public static final ListSqlCollectionAnalyticsRequest.GroupBy LifecycleState
-
-
Method Detail
-
values
public static ListSqlCollectionAnalyticsRequest.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 (ListSqlCollectionAnalyticsRequest.GroupBy c : ListSqlCollectionAnalyticsRequest.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 ListSqlCollectionAnalyticsRequest.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 ListSqlCollectionAnalyticsRequest.GroupBy create(String key)
-
-