public static abstract class

AbstractRefsCommandParameters.AbstractBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder<B extends com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder<B>>
Known Direct Subclasses

Summary

Fields
protected String filterText This field is deprecated. in 5.1. This field will be made private in 6.0.
protected RefOrder order This field is deprecated. in 5.1. This field will be made private in 6.0.
Public Constructors
AbstractBuilder()
AbstractBuilder(AbstractRepositoryRefsRequest request)
Public Methods
@Nonnull B filterText(String value)
@Nonnull B order(RefOrder value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String filterText

This field is deprecated.
in 5.1. This field will be made private in 6.0.

protected RefOrder order

This field is deprecated.
in 5.1. This field will be made private in 6.0.

Public Constructors

public AbstractBuilder ()

public AbstractBuilder (AbstractRepositoryRefsRequest request)

Parameters
request the request to copy parameters from

Public Methods

@Nonnull public B filterText (String value)

@Nonnull public B order (RefOrder value)

Protected Methods

@Nonnull protected abstract B self ()