Enum GetFolderRequest.Projection
- java.lang.Object
-
- java.lang.Enum<GetFolderRequest.Projection>
-
- com.oracle.bmc.dataintegration.requests.GetFolderRequest.Projection
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetFolderRequest.Projection>
- Enclosing class:
- GetFolderRequest
public static enum GetFolderRequest.Projection extends Enum<GetFolderRequest.Projection> implements BmcEnum
This parameter allows users to specify which view of the object to return.CHILD_COUNT_STATISTICS - This option is used to get statistics on immediate children of the object by their type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ChildCountStatistics
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFolderRequest.Projection
create(String key)
String
getValue()
static GetFolderRequest.Projection
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetFolderRequest.Projection[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ChildCountStatistics
public static final GetFolderRequest.Projection ChildCountStatistics
-
-
Method Detail
-
values
public static GetFolderRequest.Projection[] 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 (GetFolderRequest.Projection c : GetFolderRequest.Projection.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetFolderRequest.Projection 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 GetFolderRequest.Projection create(String key)
-
-