Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AttributePinResponse.OperationType |
AttributePinResponse.OperationType.create(String key) |
AttributePinResponse.OperationType |
AttributePinResponse.getOperationType()
Type of operation - pin.
|
static AttributePinResponse.OperationType |
AttributePinResponse.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributePinResponse.OperationType[] |
AttributePinResponse.OperationType.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.operationType(AttributePinResponse.OperationType operationType)
Type of operation - pin.
|
Constructor and Description |
---|
AttributePinResponse(String attributeName,
String notes,
AttributePinResponse.OperationType operationType,
AttributePinResponse.AttributeNameSpace attributeNameSpace,
AttributePinResponse.AttributeStatus attributeStatus,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.