public static class MultipleApplicationLicenseAdapterFactory.LicenseUpdate extends Object
| Constructor and Description |
|---|
LicenseUpdate(String applicationKey,
String license,
boolean delete)
Describes an update operation adding/replacing the license for applicationKey.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getLicense() |
Optional<String> |
getProductKey() |
int |
hashCode() |
boolean |
isDelete() |
public LicenseUpdate(String applicationKey, String license, boolean delete)
applicationKey - the application to apply the license tolicense - the new license, or null if the license is to be deleteddelete - Copyright © 2024 Atlassian. All rights reserved.