Uses of Class
org.gitlab4j.api.models.PackageType
| Package | Description |
|---|---|
| org.gitlab4j.api.models |
-
Uses of PackageType in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return PackageType Modifier and Type Method Description static PackageTypePackageType. forValue(String value)PackageTypePackage. getPackageType()static PackageTypePackageType. valueOf(String name)Returns 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 PackageType Modifier and Type Method Description voidPackage. setPackageType(PackageType packageType)PackageFilterPackageFilter. withPackageType(PackageType packageType)Filter the returned packages by type.