public class ApplicationLicenseRepresentation extends AbstractLicenseDetailsRepresentation
| Constructor and Description |
|---|
ApplicationLicenseRepresentation(Boolean valid,
Boolean evaluation,
Integer maximumNumberOfUsers,
String licenseType,
String creationDateString,
Date expiryDate,
String expiryDateString,
String supportEntitlementNumber,
String organizationName,
Boolean dataCenter,
Boolean subscription,
String rawLicense,
Boolean expired,
Boolean maintenanceExpired) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRawLicense() |
boolean |
isExpired() |
boolean |
isMaintenanceExpired() |
static ApplicationLicenseRepresentation |
unlicensed() |
getContactEmail, getCreationDateString, getDataCenter, getEvaluation, getExpiryDate, getExpiryDateString, getLicenseType, getMaximumNumberOfUsers, getOrganizationName, getSupportEntitlementNumber, isActive, isAutoRenewal, isDataCenter, isEnterprise, isEvaluation, isSubscription, isValidpublic ApplicationLicenseRepresentation(Boolean valid, Boolean evaluation, Integer maximumNumberOfUsers, String licenseType, String creationDateString, Date expiryDate, String expiryDateString, String supportEntitlementNumber, String organizationName, Boolean dataCenter, Boolean subscription, String rawLicense, Boolean expired, Boolean maintenanceExpired)
public static ApplicationLicenseRepresentation unlicensed()
public String getRawLicense()
public boolean isExpired()
public boolean isMaintenanceExpired()
Copyright © 2024 Atlassian. All rights reserved.