Uses of Enum
io.camunda.client.protocol.rest.Partition.HealthEnum
Packages that use Partition.HealthEnum
-
Uses of Partition.HealthEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return Partition.HealthEnumModifier and TypeMethodDescriptionstatic Partition.HealthEnumPartition.getHealth()Describes the current health of the partition.static Partition.HealthEnumReturns the enum constant of this type with the specified name.static Partition.HealthEnum[]Partition.HealthEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type Partition.HealthEnumModifier and TypeMethodDescriptionPartition.health(Partition.HealthEnum health) voidPartition.setHealth(Partition.HealthEnum health)