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