Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static BulkUpdateNotesMetadata.OperationType |
BulkUpdateNotesMetadata.OperationType.create(String key) |
BulkUpdateNotesMetadata.OperationType |
BulkUpdateNotesMetadata.getOperationType()
Type of operation.
|
static BulkUpdateNotesMetadata.OperationType |
BulkUpdateNotesMetadata.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkUpdateNotesMetadata.OperationType[] |
BulkUpdateNotesMetadata.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BulkUpdateNotesMetadata.Builder |
BulkUpdateNotesMetadata.Builder.operationType(BulkUpdateNotesMetadata.OperationType operationType)
Type of operation.
|
Constructor and Description |
---|
BulkUpdateNotesMetadata(BulkUpdateNotesMetadata.OperationStatus operationStatus,
BulkUpdateNotesMetadata.OperationType operationType,
Integer attributesNotesUpdated,
Integer syntheticAttributesPinned)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.