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 LicenseKeyDataDto
InternalsDto. licenseKey
Methods in org.camunda.bpm.engine.rest.dto.telemetry that return LicenseKeyDataDto Modifier and Type Method Description static LicenseKeyDataDto
LicenseKeyDataDto. fromEngineDto(LicenseKeyData other)
LicenseKeyDataDto
InternalsDto. getLicenseKey()
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type LicenseKeyDataDto Modifier and Type Method Description void
InternalsDto. 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)
-