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