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