Uses of Class
org.kohsuke.github.GHUserSearchBuilder.Sort
-
Packages that use GHUserSearchBuilder.Sort Package Description org.kohsuke.github -
-
Uses of GHUserSearchBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHUserSearchBuilder.Sort Modifier and Type Method Description static GHUserSearchBuilder.SortGHUserSearchBuilder.Sort. valueOf(String name)Returns the enum constant of this type with the specified name.static GHUserSearchBuilder.Sort[]GHUserSearchBuilder.Sort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type GHUserSearchBuilder.Sort Modifier and Type Method Description GHUserSearchBuilderGHUserSearchBuilder. sort(GHUserSearchBuilder.Sort sort)Sort gh user search builder.
-