Uses of Class
org.gitlab4j.api.models.License
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of License in org.gitlab4j.api
Methods in org.gitlab4j.api that return License Modifier and Type Method Description License
LicenseApi. addLicense(String licenseString)
Add a new license.License
LicenseApi. deleteLicense(Integer licenseId)
Deletes a license.License
LicenseApi. getLicense()
Retrieve information about the current license.Methods in org.gitlab4j.api that return types with arguments of type License Modifier and Type Method Description List<License>
LicenseApi. getAllLicenses()
Retrieve information about all licenses.Pager<License>
LicenseApi. getAllLicenses(int itemsPerPage)
Get a Pager of all licenses.Stream<License>
LicenseApi. getAllLicensesStream()
Get a Stream of all licenses.Optional<License>
LicenseApi. getOptionalLicense()
Retrieve information about the current license as the value of an Optional.