Uses of Enum Class
io.github.coho04.githubapi.enums.GHPackageType
Packages that use GHPackageType
-
Uses of GHPackageType in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities with parameters of type GHPackageTypeModifier and TypeMethodDescriptionGHOrganisation.getPackage
(String name, GHPackageType packageType) Returns a specific package in the organization by its name and package type.GHOrganisation.listPackages
(GHPackageType packageType) Returns a list of packages in the organization filtered by package type. -
Uses of GHPackageType in io.github.coho04.githubapi.enums
Methods in io.github.coho04.githubapi.enums that return GHPackageTypeModifier and TypeMethodDescriptionstatic GHPackageType
Returns the enum constant of this class with the specified name.static GHPackageType[]
GHPackageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.