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.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description PolicyIdSensitiveTypeIdTargetIdTargetIdAndPolicyId
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListMaskingAnalyticsRequest.GroupBycreate(String key)StringgetValue()static ListMaskingAnalyticsRequest.GroupByvalueOf(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- 
TargetIdpublic static final ListMaskingAnalyticsRequest.GroupBy TargetId 
 - 
PolicyIdpublic static final ListMaskingAnalyticsRequest.GroupBy PolicyId 
 - 
TargetIdAndPolicyIdpublic static final ListMaskingAnalyticsRequest.GroupBy TargetIdAndPolicyId 
 - 
SensitiveTypeIdpublic static final ListMaskingAnalyticsRequest.GroupBy SensitiveTypeId 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListMaskingAnalyticsRequest.GroupBy create(String key) 
 
- 
 
-