Uses of Class
com.oracle.bmc.streaming.model.UpdateGroupDetails.Type
-
Packages that use UpdateGroupDetails.Type Package Description com.oracle.bmc.streaming.model -
-
Uses of UpdateGroupDetails.Type in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return UpdateGroupDetails.Type Modifier and Type Method Description static UpdateGroupDetails.Type
UpdateGroupDetails.Type. create(String key)
UpdateGroupDetails.Type
UpdateGroupDetails. getType()
The type of the cursor.static UpdateGroupDetails.Type
UpdateGroupDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateGroupDetails.Type[]
UpdateGroupDetails.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 UpdateGroupDetails.Type Modifier and Type Method Description UpdateGroupDetails.Builder
UpdateGroupDetails.Builder. type(UpdateGroupDetails.Type type)
The type of the cursor.Constructors in com.oracle.bmc.streaming.model with parameters of type UpdateGroupDetails.Type Constructor Description UpdateGroupDetails(UpdateGroupDetails.Type type, Date time)
Deprecated.
-