| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Search.Qualifier | 
Search.Qualifier.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Search.Qualifier[] | 
Search.Qualifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Issue> | 
Search.issues(String keywords,
      String sort,
      Search.Order order,
      EnumMap<Search.Qualifier,String> qualifiers)
Search issues. 
 | 
Copyright © 2012–2018 jcabi.com. All rights reserved.