public class

AbstractSearchRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.ref.restriction.AbstractSearchRequest
Known Direct Subclasses

Class Overview

An abstract representation of a permissions search request.

Summary

Nested Classes
class AbstractSearchRequest.AbstractBuilder<B extends AbstractBuilder<B>>  
Protected Constructors
AbstractSearchRequest(AbstractBuilder<?> builder)
Public Methods
@Deprecated @Nullable Repository getRepository()
This method is deprecated. in 5.1 for removal in 6.0. Use getScope() instead.
@Nonnull Scope getScope()
@Nonnull List<RefRestrictionType> getTypes()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractSearchRequest (AbstractBuilder<?> builder)

Public Methods

@Deprecated @Nullable public Repository getRepository ()

This method is deprecated.
in 5.1 for removal in 6.0. Use getScope() instead.

@Nonnull public Scope getScope ()

@Nonnull public List<RefRestrictionType> getTypes ()