Uses of Enum
io.camunda.zeebe.protocol.management.BackupStatusCode
Packages that use BackupStatusCode
-
Uses of BackupStatusCode in io.camunda.zeebe.protocol.management
Methods in io.camunda.zeebe.protocol.management that return BackupStatusCodeModifier and TypeMethodDescriptionstatic BackupStatusCodeBackupStatusCode.get(short value) Lookup the enum value representing the value.BackupListResponseDecoder.BackupsDecoder.status()BackupStatusResponseDecoder.status()static BackupStatusCodeReturns the enum constant of this type with the specified name.static BackupStatusCode[]BackupStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.management with parameters of type BackupStatusCodeModifier and TypeMethodDescriptionBackupListResponseEncoder.BackupsEncoder.status(BackupStatusCode value) BackupStatusResponseEncoder.status(BackupStatusCode value)