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