Uses of Enum Class
org.aoju.bus.gitlab.models.PackageType
Packages that use PackageType
-
Uses of PackageType in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return PackageTypeModifier and TypeMethodDescriptionstatic PackageTypePackage.getPackageType()static PackageTypeReturns the enum constant of this class with the specified name.static PackageType[]PackageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.models with parameters of type PackageTypeModifier and TypeMethodDescriptionvoidPackage.setPackageType(PackageType packageType) PackageFilter.withPackageType(PackageType packageType) Filter the returned packages by type.