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