Uses of Class
com.oracle.bmc.apmtraces.model.BulkUpdateAttributeMetadata.OperationType
-
Packages that use BulkUpdateAttributeMetadata.OperationType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of BulkUpdateAttributeMetadata.OperationType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return BulkUpdateAttributeMetadata.OperationType Modifier and Type Method Description static BulkUpdateAttributeMetadata.OperationTypeBulkUpdateAttributeMetadata.OperationType. create(String key)BulkUpdateAttributeMetadata.OperationTypeBulkUpdateAttributeMetadata. getOperationType()Type of operation.static BulkUpdateAttributeMetadata.OperationTypeBulkUpdateAttributeMetadata.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkUpdateAttributeMetadata.OperationType[]BulkUpdateAttributeMetadata.OperationType. 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 BulkUpdateAttributeMetadata.OperationType Modifier and Type Method Description BulkUpdateAttributeMetadata.BuilderBulkUpdateAttributeMetadata.Builder. operationType(BulkUpdateAttributeMetadata.OperationType operationType)Type of operation.Constructors in com.oracle.bmc.apmtraces.model with parameters of type BulkUpdateAttributeMetadata.OperationType Constructor Description BulkUpdateAttributeMetadata(BulkUpdateAttributeMetadata.OperationStatus operationStatus, BulkUpdateAttributeMetadata.OperationType operationType, Integer attributesUpdated, Integer syntheticAttributesUpdated)Deprecated.
-