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