Enum GetProjectRequest.Projection
- java.lang.Object
-
- java.lang.Enum<GetProjectRequest.Projection>
-
- com.oracle.bmc.dataintegration.requests.GetProjectRequest.Projection
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetProjectRequest.Projection>
- Enclosing class:
- GetProjectRequest
public static enum GetProjectRequest.Projection extends Enum<GetProjectRequest.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 GetProjectRequest.Projection
create(String key)
String
getValue()
static GetProjectRequest.Projection
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetProjectRequest.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 GetProjectRequest.Projection ChildCountStatistics
-
-
Method Detail
-
values
public static GetProjectRequest.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 (GetProjectRequest.Projection c : GetProjectRequest.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 GetProjectRequest.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 GetProjectRequest.Projection create(String key)
-
-