Uses of Class
org.camunda.bpm.engine.rest.dto.telemetry.LicenseKeyDataDto
-
Packages that use LicenseKeyDataDto Package Description org.camunda.bpm.engine.rest.dto.telemetry -
-
Uses of LicenseKeyDataDto in org.camunda.bpm.engine.rest.dto.telemetry
Fields in org.camunda.bpm.engine.rest.dto.telemetry declared as LicenseKeyDataDto Modifier and Type Field Description protected LicenseKeyDataDtoInternalsDto. licenseKeyMethods in org.camunda.bpm.engine.rest.dto.telemetry that return LicenseKeyDataDto Modifier and Type Method Description static LicenseKeyDataDtoLicenseKeyDataDto. fromEngineDto(LicenseKeyData other)LicenseKeyDataDtoInternalsDto. getLicenseKey()Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type LicenseKeyDataDto Modifier and Type Method Description voidInternalsDto. setLicenseKey(LicenseKeyDataDto licenseKey)Constructors in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type LicenseKeyDataDto Constructor Description InternalsDto(DatabaseDto database, ApplicationServerDto server, LicenseKeyDataDto licenseKey, JdkDto jdk)
-