Uses of Class
com.jcabi.github.Issues.Sort
-
Packages that use Issues.Sort Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Issues.Sort in com.jcabi.github
Methods in com.jcabi.github that return Issues.Sort Modifier and Type Method 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.Methods in com.jcabi.github with parameters of type Issues.Sort Modifier and Type Method Description Iterable<Issue>
Issues. search(Issues.Sort sort, Search.Order direction, EnumMap<Issues.Qualifier,String> qualifiers)
Search for issues within the given repository.
-