Uses of Enum
com.jcabi.github.Search.Order
Packages that use Search.Order
-
Uses of Search.Order in com.jcabi.github
Methods in com.jcabi.github that return Search.OrderModifier and TypeMethodDescriptionstatic Search.OrderReturns the enum constant of this type with the specified name.static Search.Order[]Search.Order.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 Search.OrderModifier and TypeMethodDescriptionSearch.codes(String keywords, String sort, Search.Order order) Search code.Search.issues(String keywords, String sort, Search.Order order, EnumMap<Search.Qualifier, String> qualifiers) Search issues.Search.repos(String keywords, String sort, Search.Order order) Search repositories.Issues.search(Issues.Sort sort, Search.Order direction, EnumMap<Issues.Qualifier, String> qualifiers) Search for issues within the given repository.Search.users(String keywords, String sort, Search.Order order) Search users.