public static enum CreateGroupCursorDetails.Type extends Enum<CreateGroupCursorDetails.Type> implements BmcEnum
The type of the cursor. This value is only used when the group is created.
Enum Constant and Description |
---|
AtTime |
Latest |
TrimHorizon |
Modifier and Type | Method and Description |
---|---|
static CreateGroupCursorDetails.Type |
create(String key) |
String |
getValue() |
static CreateGroupCursorDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateGroupCursorDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateGroupCursorDetails.Type AtTime
public static final CreateGroupCursorDetails.Type Latest
public static final CreateGroupCursorDetails.Type TrimHorizon
public static CreateGroupCursorDetails.Type[] values()
for (CreateGroupCursorDetails.Type c : CreateGroupCursorDetails.Type.values()) System.out.println(c);
public static CreateGroupCursorDetails.Type 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 CreateGroupCursorDetails.Type create(String key)
Copyright © 2016–2024. All rights reserved.