@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum PrivilegeName extends Enum<PrivilegeName> implements BmcEnum
The name of the privilege granted to user.
Enum Constant and Description |
---|
CreateAnyIndex |
Delete |
DeleteAnyTable |
Index |
Insert |
InsertAnyTable |
Owner |
Read |
ReadAnyTable |
Select |
SelectAnyTable |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Update |
UpdateAnyTable |
Modifier and Type | Method and Description |
---|---|
static PrivilegeName |
create(String key) |
String |
getValue() |
static PrivilegeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrivilegeName Select
public static final PrivilegeName Update
public static final PrivilegeName Insert
public static final PrivilegeName Delete
public static final PrivilegeName Read
public static final PrivilegeName Owner
public static final PrivilegeName Index
public static final PrivilegeName SelectAnyTable
public static final PrivilegeName UpdateAnyTable
public static final PrivilegeName InsertAnyTable
public static final PrivilegeName DeleteAnyTable
public static final PrivilegeName ReadAnyTable
public static final PrivilegeName CreateAnyIndex
public static final PrivilegeName UnknownEnumValue
public static PrivilegeName[] values()
for (PrivilegeName c : PrivilegeName.values()) System.out.println(c);
public static PrivilegeName 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 PrivilegeName create(String key)
Copyright © 2016–2024. All rights reserved.