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