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