| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Issues.Sort | 
Issues.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Issues.Sort[] | 
Issues.Sort.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> | 
Issues.search(Issues.Sort sort,
      Search.Order direction,
      EnumMap<Issues.Qualifier,String> qualifiers)
Search for issues within the given repository. 
 | 
Copyright © 2012–2018 jcabi.com. All rights reserved.