Uses of Class
com.oracle.bmc.loganalytics.model.RecallStatus
-
Packages that use RecallStatus Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RecallStatus in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecallStatus Modifier and Type Method Description static RecallStatus
RecallStatus. create(String key)
RecallStatus
OverlappingRecallSummary. getStatus()
This is the status of the recallstatic RecallStatus
RecallStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecallStatus[]
RecallStatus. 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 RecallStatus Modifier and Type Method Description OverlappingRecallSummary.Builder
OverlappingRecallSummary.Builder. status(RecallStatus status)
This is the status of the recallConstructors in com.oracle.bmc.loganalytics.model with parameters of type RecallStatus Constructor Description OverlappingRecallSummary(Date timeDataStarted, Date timeDataEnded, Date timeStarted, RecallStatus status, String purpose, String queryString, String logSets, String createdBy, Long collectionId, Long recallId)
Deprecated.
-