Package com.oracle.bmc.datasafe.requests
Enum ListSensitiveObjectsRequest.ObjectType
- java.lang.Object
-
- java.lang.Enum<ListSensitiveObjectsRequest.ObjectType>
-
- com.oracle.bmc.datasafe.requests.ListSensitiveObjectsRequest.ObjectType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListSensitiveObjectsRequest.ObjectType>
- Enclosing class:
- ListSensitiveObjectsRequest
public static enum ListSensitiveObjectsRequest.ObjectType extends Enum<ListSensitiveObjectsRequest.ObjectType> implements BmcEnum
A filter to return only items related to a specific object type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AllEditioningViewTable
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSensitiveObjectsRequest.ObjectTypecreate(String key)StringgetValue()static ListSensitiveObjectsRequest.ObjectTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ListSensitiveObjectsRequest.ObjectType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
All
public static final ListSensitiveObjectsRequest.ObjectType All
-
Table
public static final ListSensitiveObjectsRequest.ObjectType Table
-
EditioningView
public static final ListSensitiveObjectsRequest.ObjectType EditioningView
-
-
Method Detail
-
values
public static ListSensitiveObjectsRequest.ObjectType[] 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 (ListSensitiveObjectsRequest.ObjectType c : ListSensitiveObjectsRequest.ObjectType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListSensitiveObjectsRequest.ObjectType 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 ListSensitiveObjectsRequest.ObjectType create(String key)
-
-