Package org.gitlab4j.api.models
Class Package
java.lang.Object
org.gitlab4j.api.models.Package
public class Package extends Object
-
Constructor Summary
Constructors Constructor Description Package()
-
Method Summary
Modifier and Type Method Description Integer
getId()
String
getName()
PackageType
getPackageType()
String
getVersion()
void
setId(Integer id)
void
setName(String name)
void
setPackageType(PackageType packageType)
void
setVersion(String version)
String
toString()