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