Package com.oracle.bmc.datasafe.requests
Enum ListDiscoveryAnalyticsRequest.GroupBy
- java.lang.Object
-
- java.lang.Enum<ListDiscoveryAnalyticsRequest.GroupBy>
-
- com.oracle.bmc.datasafe.requests.ListDiscoveryAnalyticsRequest.GroupBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListDiscoveryAnalyticsRequest.GroupBy>
- Enclosing class:
- ListDiscoveryAnalyticsRequest
public static enum ListDiscoveryAnalyticsRequest.GroupBy extends Enum<ListDiscoveryAnalyticsRequest.GroupBy> implements BmcEnum
Attribute by which the discovery analytics data should be grouped.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SensitiveDataModelId
SensitiveTypeId
SensitiveTypeIdAndSensitiveDataModelId
SensitiveTypeIdAndTargetId
TargetId
TargetIdAndSensitiveDataModelId
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDiscoveryAnalyticsRequest.GroupBy
create(String key)
String
getValue()
static ListDiscoveryAnalyticsRequest.GroupBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDiscoveryAnalyticsRequest.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 ListDiscoveryAnalyticsRequest.GroupBy TargetId
-
SensitiveDataModelId
public static final ListDiscoveryAnalyticsRequest.GroupBy SensitiveDataModelId
-
SensitiveTypeId
public static final ListDiscoveryAnalyticsRequest.GroupBy SensitiveTypeId
-
TargetIdAndSensitiveDataModelId
public static final ListDiscoveryAnalyticsRequest.GroupBy TargetIdAndSensitiveDataModelId
-
SensitiveTypeIdAndTargetId
public static final ListDiscoveryAnalyticsRequest.GroupBy SensitiveTypeIdAndTargetId
-
SensitiveTypeIdAndSensitiveDataModelId
public static final ListDiscoveryAnalyticsRequest.GroupBy SensitiveTypeIdAndSensitiveDataModelId
-
-
Method Detail
-
values
public static ListDiscoveryAnalyticsRequest.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 (ListDiscoveryAnalyticsRequest.GroupBy c : ListDiscoveryAnalyticsRequest.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 ListDiscoveryAnalyticsRequest.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 ListDiscoveryAnalyticsRequest.GroupBy create(String key)
-
-