Uses of Enum
io.camunda.client.protocol.rest.StateCode
Packages that use StateCode
-
Uses of StateCode in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return StateCodeModifier and TypeMethodDescriptionstatic StateCodeBackupInfo.getState()The aggregated state of the backup.PartitionBackupInfo.getState()The state of the backup on this partition.static StateCodeReturns the enum constant of this type with the specified name.static StateCode[]StateCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.camunda.client.protocol.rest with parameters of type StateCodeModifierConstructorDescriptionBackupInfo(Long backupId, StateCode state, List<PartitionBackupInfo> details) Constructor with only readonly parametersPartitionBackupInfo(Integer partitionId, StateCode state, String createdAt, String lastUpdatedAt, String snapshotId, Long firstLogPosition, Long checkpointPosition, Integer brokerId, String brokerVersion) Constructor with only readonly parameters