Uses of Class
com.polarion.alm.ws.client.types.security.LicenseInfo
Packages that use LicenseInfo
-
Uses of LicenseInfo in com.polarion.alm.ws.client.types.security
Methods in com.polarion.alm.ws.client.types.security that return LicenseInfoModifier and TypeMethodDescriptionProductLicense.getConcurrentLicenseData()Gets the concurrentLicenseData value for this ProductLicense.ProductLicense.getNamedLicenseData()Gets the namedLicenseData value for this ProductLicense.Methods in com.polarion.alm.ws.client.types.security with parameters of type LicenseInfoModifier and TypeMethodDescriptionvoidProductLicense.setConcurrentLicenseData(LicenseInfo[] concurrentLicenseData) Sets the concurrentLicenseData value for this ProductLicense.voidProductLicense.setNamedLicenseData(LicenseInfo[] namedLicenseData) Sets the namedLicenseData value for this ProductLicense.Constructors in com.polarion.alm.ws.client.types.security with parameters of type LicenseInfoModifierConstructorDescriptionProductLicense(LicenseInfo[] concurrentLicenseData, String customerCompany, String customerEmail, String customerName, Calendar dateCreated, Calendar expirationDate, String generatedBy, String ipAddress, String licenseFormat, String licenseProfile, String macAddress, LicenseInfo[] namedLicenseData)