Uses of Class
com.oracle.bmc.apmtraces.model.AttributeResponse.AttributeType
-
Packages that use AttributeResponse.AttributeType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeResponse.AttributeType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeResponse.AttributeType Modifier and Type Method Description static AttributeResponse.AttributeType
AttributeResponse.AttributeType. create(String key)
AttributeResponse.AttributeType
AttributeResponse. getAttributeType()
Type of the attribute.static AttributeResponse.AttributeType
AttributeResponse.AttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeResponse.AttributeType[]
AttributeResponse.AttributeType. 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.AttributeType Modifier and Type Method Description AttributeResponse.Builder
AttributeResponse.Builder. attributeType(AttributeResponse.AttributeType attributeType)
Type of the attribute.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse.AttributeType 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.
-