Class SearchResult
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.search.SearchResult
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class SearchResult extends Object implements ErrorsHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract SearchCodecode()static SearchResultcreate(SearchScope scope, SearchCode code, SearchQuery query, List<Error> errors)abstract SearchQueryquery()abstract SearchScopescope()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
-
-
-
Method Detail
-
scope
@Nullable public abstract SearchScope scope()
-
code
@Nullable public abstract SearchCode code()
-
query
@Nullable public abstract SearchQuery query()
-
create
public static SearchResult create(SearchScope scope, SearchCode code, SearchQuery query, List<Error> errors)
-
-