Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static BulkUpdateAttributeNotesDetail.AttributeNameSpace |
BulkUpdateAttributeNotesDetail.AttributeNameSpace.create(String key) |
BulkUpdateAttributeNotesDetail.AttributeNameSpace |
BulkUpdateAttributeNotesDetail.getAttributeNameSpace()
Namespace of the attribute for which the notes are to be updated.
|
static BulkUpdateAttributeNotesDetail.AttributeNameSpace |
BulkUpdateAttributeNotesDetail.AttributeNameSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkUpdateAttributeNotesDetail.AttributeNameSpace[] |
BulkUpdateAttributeNotesDetail.AttributeNameSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BulkUpdateAttributeNotesDetail.Builder |
BulkUpdateAttributeNotesDetail.Builder.attributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the notes are to be updated.
|
Constructor and Description |
---|
BulkUpdateAttributeNotesDetail(String attributeName,
String notes,
BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.