Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsOperationTypes
-
Packages that use LogAnalyticsOperationTypes Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsOperationTypes in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsOperationTypes Modifier and Type Method Description static LogAnalyticsOperationTypes
LogAnalyticsOperationTypes. create(String key)
LogAnalyticsOperationTypes
WorkRequest. getOperationType()
Type of the work requeststatic LogAnalyticsOperationTypes
LogAnalyticsOperationTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogAnalyticsOperationTypes[]
LogAnalyticsOperationTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsOperationTypes Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(LogAnalyticsOperationTypes operationType)
Type of the work requestConstructors in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsOperationTypes Constructor Description WorkRequest(LogAnalyticsOperationTypes operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.
-