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