public class

AbstractSearchRequest

extends Object
java.lang.Object
   ↳ com.atlassian.stash.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
Repository getRepository()
int getRepositoryId()
@Nonnull List<RefRestrictionType> getTypes()
@Nullable StashUser getUser()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractSearchRequest (AbstractBuilder builder)

Public Methods

public Repository getRepository ()

public int getRepositoryId ()

@Nonnull public List<RefRestrictionType> getTypes ()

@Nullable public StashUser getUser ()