Uses of Class
com.jcabi.github.Issues.Qualifier
-
Packages that use Issues.Qualifier Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Issues.Qualifier in com.jcabi.github
Methods in com.jcabi.github that return Issues.Qualifier Modifier and Type Method Description static Issues.Qualifier
Issues.Qualifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Issues.Qualifier[]
Issues.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 Issues.Qualifier 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.
-