Uses of Class
com.oracle.bmc.apmtraces.model.AttributePinResponse.OperationType
-
Packages that use AttributePinResponse.OperationType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributePinResponse.OperationType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributePinResponse.OperationType Modifier and Type Method 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.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributePinResponse.OperationType Modifier and Type Method Description AttributePinResponse.Builder
AttributePinResponse.Builder. operationType(AttributePinResponse.OperationType operationType)
Type of operation - pin.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributePinResponse.OperationType Constructor Description AttributePinResponse(String attributeName, String notes, AttributePinResponse.OperationType operationType, AttributePinResponse.AttributeNameSpace attributeNameSpace, AttributePinResponse.AttributeStatus attributeStatus, Date timeUpdated)
Deprecated.
-