Uses of Class
com.oracle.bmc.apmtraces.model.AttributeResponse.Unit
-
Packages that use AttributeResponse.Unit Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeResponse.Unit in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeResponse.Unit Modifier and Type Method Description static AttributeResponse.Unit
AttributeResponse.Unit. create(String key)
AttributeResponse.Unit
AttributeResponse. getUnit()
Unit of the attribute.static AttributeResponse.Unit
AttributeResponse.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeResponse.Unit[]
AttributeResponse.Unit. 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 AttributeResponse.Unit Modifier and Type Method Description AttributeResponse.Builder
AttributeResponse.Builder. unit(AttributeResponse.Unit unit)
Unit of the attribute.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse.Unit Constructor Description AttributeResponse(String attributeName, AttributeResponse.AttributeType attributeType, AttributeResponse.Unit unit, String notes, AttributeResponse.OperationType operationType, AttributeResponse.AttributeNameSpace attributeNameSpace, AttributeResponse.AttributeStatus attributeStatus, Date timeUpdated)
Deprecated.
-