Uses of Class
com.jcabi.github.Search.Qualifier
-
Packages that use Search.Qualifier Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Search.Qualifier in com.jcabi.github
Methods in com.jcabi.github that return Search.Qualifier Modifier and Type Method 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.Method parameters in com.jcabi.github with type arguments of type Search.Qualifier Modifier and Type Method Description Iterable<Issue>
Search. issues(String keywords, String sort, Search.Order order, EnumMap<Search.Qualifier,String> qualifiers)
Search issues.
-