Uses of Class
com.oracle.bmc.vnmonitoring.model.WorkRequestResult.ResultType
-
Packages that use WorkRequestResult.ResultType Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of WorkRequestResult.ResultType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return WorkRequestResult.ResultType Modifier and Type Method Description static WorkRequestResult.ResultType
WorkRequestResult.ResultType. create(String key)
static WorkRequestResult.ResultType
WorkRequestResult.ResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestResult.ResultType[]
WorkRequestResult.ResultType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WorkRequestResult.ResultType in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return WorkRequestResult.ResultType Modifier and Type Method Description WorkRequestResult.ResultType
ListWorkRequestResultsRequest. getResultType()
The type of results to return.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type WorkRequestResult.ResultType Modifier and Type Method Description ListWorkRequestResultsRequest.Builder
ListWorkRequestResultsRequest.Builder. resultType(WorkRequestResult.ResultType resultType)
The type of results to return.
-