Uses of Class
org.aoju.bus.gitlab.models.License
Packages that use License
-
Uses of License in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab 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.