public static abstract class

SimplePropertySupport.AbstractPropertyBuilder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B extends com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B>>
Known Direct Subclasses

Summary

Fields
protected final PropertyMap.Builder properties
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractPropertyBuilder()
AbstractPropertyBuilder(PropertySupport entity)
Public Methods
@Nonnull B properties(Map<String, Object> other)
@Nonnull B property(String key, Object value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Fields

protected final PropertyMap.Builder properties

Protected Constructors

protected AbstractPropertyBuilder ()

protected AbstractPropertyBuilder (PropertySupport entity)

Public Methods

@Nonnull public B properties (Map<String, Object> other)

@Nonnull public B property (String key, Object value)

Protected Methods

@Nonnull protected abstract B self ()