Uses of Class
com.oracle.bmc.streaming.model.CreateGroupCursorDetails.Type
-
Packages that use CreateGroupCursorDetails.Type Package Description com.oracle.bmc.streaming.model -
-
Uses of CreateGroupCursorDetails.Type in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CreateGroupCursorDetails.Type Modifier and Type Method Description static CreateGroupCursorDetails.TypeCreateGroupCursorDetails.Type. create(String key)CreateGroupCursorDetails.TypeCreateGroupCursorDetails. getType()The type of the cursor.static CreateGroupCursorDetails.TypeCreateGroupCursorDetails.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.Methods in com.oracle.bmc.streaming.model with parameters of type CreateGroupCursorDetails.Type Modifier and Type Method Description CreateGroupCursorDetails.BuilderCreateGroupCursorDetails.Builder. type(CreateGroupCursorDetails.Type type)The type of the cursor.Constructors in com.oracle.bmc.streaming.model with parameters of type CreateGroupCursorDetails.Type Constructor Description CreateGroupCursorDetails(CreateGroupCursorDetails.Type type, Date time, String groupName, String instanceName, Integer timeoutInMs, Boolean commitOnGet)Deprecated.
-