Uses of Class
com.oracle.bmc.apmtraces.model.BulkUpdateNotesMetadata.OperationStatus
-
Packages that use BulkUpdateNotesMetadata.OperationStatus Package Description com.oracle.bmc.apmtraces.model -
-
Uses of BulkUpdateNotesMetadata.OperationStatus in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return BulkUpdateNotesMetadata.OperationStatus Modifier and Type Method Description static BulkUpdateNotesMetadata.OperationStatus
BulkUpdateNotesMetadata.OperationStatus. create(String key)
BulkUpdateNotesMetadata.OperationStatus
BulkUpdateNotesMetadata. getOperationStatus()
Operation status of the bulk update notes operation.static BulkUpdateNotesMetadata.OperationStatus
BulkUpdateNotesMetadata.OperationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static BulkUpdateNotesMetadata.OperationStatus[]
BulkUpdateNotesMetadata.OperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.model with parameters of type BulkUpdateNotesMetadata.OperationStatus Modifier and Type Method Description BulkUpdateNotesMetadata.Builder
BulkUpdateNotesMetadata.Builder. operationStatus(BulkUpdateNotesMetadata.OperationStatus operationStatus)
Operation status of the bulk update notes operation.Constructors in com.oracle.bmc.apmtraces.model with parameters of type BulkUpdateNotesMetadata.OperationStatus Constructor Description BulkUpdateNotesMetadata(BulkUpdateNotesMetadata.OperationStatus operationStatus, BulkUpdateNotesMetadata.OperationType operationType, Integer attributesNotesUpdated, Integer syntheticAttributesPinned)
Deprecated.
-