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