Uses of Enum Class
io.camunda.zeebe.dynamic.config.protocol.Topology.EnabledDisabledState
Packages that use Topology.EnabledDisabledState
-
Uses of Topology.EnabledDisabledState in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Topology.EnabledDisabledStateModifier and TypeMethodDescriptionTopology.EnabledDisabledState.forNumber(int value) Topology.ExporterState.Builder.getState().topology_protocol.EnabledDisabledState state = 1;Topology.ExporterState.getState().topology_protocol.EnabledDisabledState state = 1;Topology.ExporterStateOrBuilder.getState().topology_protocol.EnabledDisabledState state = 1;Topology.EnabledDisabledState.valueOf(int value) Deprecated.Topology.EnabledDisabledState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Topology.EnabledDisabledState[]Topology.EnabledDisabledState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.dynamic.config.protocol that return types with arguments of type Topology.EnabledDisabledStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Topology.EnabledDisabledState> Topology.EnabledDisabledState.internalGetValueMap()Methods in io.camunda.zeebe.dynamic.config.protocol with parameters of type Topology.EnabledDisabledStateModifier and TypeMethodDescriptionTopology.ExporterState.Builder.setState(Topology.EnabledDisabledState value) .topology_protocol.EnabledDisabledState state = 1;