Class LicenseDetailsModel
java.lang.Object
com.atlassian.confluence.license.rest.model.LicenseDetailsModel
Models the license details response
- Since:
- 7.1.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseDetailsModel.Builder
builder()
boolean
boolean
boolean
boolean
-
Method Details
-
getLicenseType
-
isDataCenter
public boolean isDataCenter() -
isSubscription
public boolean isSubscription() -
isEvaluation
public boolean isEvaluation() -
isExpired
public boolean isExpired() -
getCreationDate
-
getPurchaseDate
-
getExpiryDate
-
getMaintenanceExpiryDate
-
builder
-