Uses of Class
com.oracle.bmc.streaming.model.CreateCursorDetails.Type
-
Packages that use CreateCursorDetails.Type Package Description com.oracle.bmc.streaming.model -
-
Uses of CreateCursorDetails.Type in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CreateCursorDetails.Type Modifier and Type Method Description static CreateCursorDetails.Type
CreateCursorDetails.Type. create(String key)
CreateCursorDetails.Type
CreateCursorDetails. getType()
The type of cursor, which determines the starting point from which the stream will be consumed:static CreateCursorDetails.Type
CreateCursorDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateCursorDetails.Type[]
CreateCursorDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.streaming.model with parameters of type CreateCursorDetails.Type Modifier and Type Method Description CreateCursorDetails.Builder
CreateCursorDetails.Builder. type(CreateCursorDetails.Type type)
The type of cursor, which determines the starting point from which the stream will be consumed:Constructors in com.oracle.bmc.streaming.model with parameters of type CreateCursorDetails.Type Constructor Description CreateCursorDetails(String partition, CreateCursorDetails.Type type, Long offset, Date time)
Deprecated.
-