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