java.lang.Object | |
↳ | com.atlassian.stash.content.InternalAttributeSupport |
![]() |
This class is deprecated.
in 3.4 for removal in 4.0. Use SimplePropertySupport
and the
properties API
instead.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InternalAttributeSupport.AbstractAttributeBuilder<B extends AbstractAttributeBuilder<B>> | |||||||||||
InternalAttributeSupport.Builder |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the attribute values for attribute
name , or an empty set if the specified attribute has no
values. | |||||||||||
A map of attributes that have been associated with the object.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
builder | a builder containing an AttributeMap.Builder |
---|
Return the attribute values for attribute name
, or an empty set if the specified attribute has no
values. This is a convenience wrapper for getAttributes().get(name)
, which will return
null
for attributes with no values.
name | the attribute name |
---|
null
A map of attributes that have been associated with the object.
While the returned attributes
are guaranteed to be non-null
, they may be empty.
null