protected static abstract class

AbstractWatcherRequest.AbstractBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder<B, R>
Known Direct Subclasses

Summary

Public Constructors
AbstractBuilder(Watchable watchable)
Public Methods
@Nonnull abstract R build()
@Nonnull B user(ApplicationUser value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractBuilder (Watchable watchable)

Public Methods

@Nonnull public abstract R build ()

@Nonnull public B user (ApplicationUser value)

Protected Methods

@Nonnull protected abstract B self ()