@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum DataMaskCategory extends Enum<DataMaskCategory> implements BmcEnum
Possible data masking categories.
Enum Constant and Description |
---|
Actor |
Custom |
Financial |
Location |
Phi |
Pii |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DataMaskCategory |
create(String key) |
String |
getValue() |
static DataMaskCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataMaskCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataMaskCategory Actor
public static final DataMaskCategory Pii
public static final DataMaskCategory Phi
public static final DataMaskCategory Financial
public static final DataMaskCategory Location
public static final DataMaskCategory Custom
public static final DataMaskCategory UnknownEnumValue
public static DataMaskCategory[] values()
for (DataMaskCategory c : DataMaskCategory.values()) System.out.println(c);
public static DataMaskCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DataMaskCategory create(String key)
Copyright © 2016–2025. All rights reserved.