Uses of Enum Class
io.camunda.zeebe.shared.management.openapi.models.StateCode
Packages that use StateCode
-
Uses of StateCode in io.camunda.zeebe.shared.management.openapi.models
Methods in io.camunda.zeebe.shared.management.openapi.models that return StateCodeModifier and TypeMethodDescriptionstatic StateCode@Valid StateCodeBackupInfo.getState()Get state@Valid StateCodePartitionBackupInfo.getState()Get statestatic StateCodeReturns the enum constant of this class with the specified name.static StateCode[]StateCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.shared.management.openapi.models with parameters of type StateCodeModifier and TypeMethodDescriptionvoidvoidConstructors in io.camunda.zeebe.shared.management.openapi.models with parameters of type StateCodeModifierConstructorDescriptionBackupInfo(Long backupId, StateCode state, List<@Valid PartitionBackupInfo> details) Constructor with only required parametersPartitionBackupInfo(Integer partitionId, StateCode state) Constructor with only required parameters