Uses of Class
com.oracle.bmc.iot.model.InvokeRawCommandDetails.RequestDataFormat
-
Packages that use InvokeRawCommandDetails.RequestDataFormat Package Description com.oracle.bmc.iot.model -
-
Uses of InvokeRawCommandDetails.RequestDataFormat in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return InvokeRawCommandDetails.RequestDataFormat Modifier and Type Method Description static InvokeRawCommandDetails.RequestDataFormat
InvokeRawCommandDetails.RequestDataFormat. create(String key)
static InvokeRawCommandDetails.RequestDataFormat
InvokeRawCommandDetails.RequestDataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static InvokeRawCommandDetails.RequestDataFormat[]
InvokeRawCommandDetails.RequestDataFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-