Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static CreateGroupCursorDetails.Type |
CreateGroupCursorDetails.Type.create(String key) |
CreateGroupCursorDetails.Type |
CreateGroupCursorDetails.getType()
The type of the cursor.
|
static CreateGroupCursorDetails.Type |
CreateGroupCursorDetails.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateGroupCursorDetails.Type[] |
CreateGroupCursorDetails.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.type(CreateGroupCursorDetails.Type type)
The type of the cursor.
|
Constructor and Description |
---|
CreateGroupCursorDetails(CreateGroupCursorDetails.Type type,
Date time,
String groupName,
String instanceName,
Integer timeoutInMs,
Boolean commitOnGet)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.