public class RawProductLicenseImpl extends Object implements com.atlassian.sal.api.license.RawProductLicense
Constructor and Description |
---|
RawProductLicenseImpl(Optional<String> productKey,
Optional<String> license) |
RawProductLicenseImpl(Optional<String> productKey,
Optional<String> license,
boolean isDeleteLicense) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getLicense() |
Optional<String> |
getProductKey() |
boolean |
isDeleteLicense() |
public RawProductLicenseImpl(@Nonnull Optional<String> productKey, @Nonnull Optional<String> license)
@Nonnull public Optional<String> getProductKey()
getProductKey
in interface com.atlassian.sal.api.license.RawProductLicense
@Nonnull public Optional<String> getLicense()
getLicense
in interface com.atlassian.sal.api.license.RawProductLicense
@Nonnull public boolean isDeleteLicense()
isDeleteLicense
in interface com.atlassian.sal.api.license.RawProductLicense
Copyright © 2002-2024 Atlassian. All Rights Reserved.