Uses of Class
com.oracle.bmc.iot.model.InvokeRawCommandDetails
-
Packages that use InvokeRawCommandDetails Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of InvokeRawCommandDetails in com.oracle.bmc.iot.model
Subclasses of InvokeRawCommandDetails in com.oracle.bmc.iot.model Modifier and Type Class Description class
InvokeRawBinaryCommandDetails
Binary data payload definition
Note: Objects should always be created or deserialized using theInvokeRawBinaryCommandDetails.Builder
.class
InvokeRawJsonCommandDetails
Json data payload definition
Note: Objects should always be created or deserialized using theInvokeRawJsonCommandDetails.Builder
.class
InvokeRawTextCommandDetails
Text data payload definition
Note: Objects should always be created or deserialized using theInvokeRawTextCommandDetails.Builder
. -
Uses of InvokeRawCommandDetails in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return InvokeRawCommandDetails Modifier and Type Method Description InvokeRawCommandDetails
InvokeRawCommandRequest. getBody$()
Alternative accessor for the body parameter.InvokeRawCommandDetails
InvokeRawCommandRequest. getInvokeRawCommandDetails()
Details for the raw command invocation.Methods in com.oracle.bmc.iot.requests with parameters of type InvokeRawCommandDetails Modifier and Type Method Description InvokeRawCommandRequest.Builder
InvokeRawCommandRequest.Builder. body$(InvokeRawCommandDetails body)
Alternative setter for the body parameter.InvokeRawCommandRequest.Builder
InvokeRawCommandRequest.Builder. invokeRawCommandDetails(InvokeRawCommandDetails invokeRawCommandDetails)
Details for the raw command invocation.
-