Uses of Class
org.gitlab4j.api.models.License
Packages that use License
-
Uses of License in org.gitlab4j.api
Methods in org.gitlab4j.api that return LicenseModifier and TypeMethodDescriptionLicenseApi.addLicense
(String licenseString) Add a new license.LicenseApi.deleteLicense
(Long licenseId) Deletes a license.LicenseApi.getLicense()
Retrieve information about the current license.Methods in org.gitlab4j.api that return types with arguments of type LicenseModifier and TypeMethodDescriptionLicenseApi.getAllLicenses()
Retrieve information about all licenses.LicenseApi.getAllLicenses
(int itemsPerPage) Get a Pager of all licenses.LicenseApi.getAllLicensesStream()
Get a Stream of all licenses.LicenseApi.getOptionalLicense()
Retrieve information about the current license as the value of an Optional.