Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AttributeUpdateNotesResponse.AttributeStatus |
AttributeUpdateNotesResponse.AttributeStatus.create(String key) |
AttributeUpdateNotesResponse.AttributeStatus |
AttributeUpdateNotesResponse.getAttributeStatus()
Status of the attribute after this operation.
|
static AttributeUpdateNotesResponse.AttributeStatus |
AttributeUpdateNotesResponse.AttributeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeUpdateNotesResponse.AttributeStatus[] |
AttributeUpdateNotesResponse.AttributeStatus.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.attributeStatus(AttributeUpdateNotesResponse.AttributeStatus attributeStatus)
Status of the attribute after this operation.
|
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.