Uses of Class
com.oracle.bmc.osmanagementhub.model.OperationTypes
-
Packages that use OperationTypes Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of OperationTypes in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return OperationTypes Modifier and Type Method Description static OperationTypesOperationTypes. create(String key)OperationTypesScheduledJobOperation. getOperationType()The type of operation this scheduled job performs.static OperationTypesOperationTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTypes[]OperationTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type OperationTypes Modifier and Type Method Description ScheduledJobOperation.BuilderScheduledJobOperation.Builder. operationType(OperationTypes operationType)The type of operation this scheduled job performs.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type OperationTypes Constructor Description ScheduledJobOperation(OperationTypes operationType, List<String> packageNames, List<String> windowsUpdateNames, ManageModuleStreamsInScheduledJobDetails manageModuleStreamsDetails, ModuleStreamDetails switchModuleStreamsDetails, List<String> softwareSourceIds, Integer rebootTimeoutInMins)Deprecated. -
Uses of OperationTypes in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return OperationTypes Modifier and Type Method Description OperationTypesListScheduledJobsRequest. getOperationType()A filter to return only scheduled jobs with the given operation type.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type OperationTypes Modifier and Type Method Description ListScheduledJobsRequest.BuilderListScheduledJobsRequest.Builder. operationType(OperationTypes operationType)A filter to return only scheduled jobs with the given operation type.
-