Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AttributePinResponse.AttributeNameSpace |
AttributePinResponse.AttributeNameSpace.create(String key) |
AttributePinResponse.AttributeNameSpace |
AttributePinResponse.getAttributeNameSpace()
Namespace of the attribute whose properties were updated.
|
static AttributePinResponse.AttributeNameSpace |
AttributePinResponse.AttributeNameSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributePinResponse.AttributeNameSpace[] |
AttributePinResponse.AttributeNameSpace.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.attributeNameSpace(AttributePinResponse.AttributeNameSpace attributeNameSpace)
Namespace of the attribute whose properties were updated.
|
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.