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