Uses of Enum Class
org.apache.nifi.api.toolkit.model.ControllerServiceDTO.StateEnum
Packages that use ControllerServiceDTO.StateEnum
-
Uses of ControllerServiceDTO.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ControllerServiceDTO.StateEnumModifier and TypeFieldDescriptionprivate ControllerServiceDTO.StateEnum
ControllerServiceDTO.state
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceDTO.StateEnumModifier and TypeMethodDescriptionControllerServiceDTO.getState()
The state of the controller service.Returns the enum constant of this class with the specified name.static ControllerServiceDTO.StateEnum[]
ControllerServiceDTO.StateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceDTO.StateEnumModifier and TypeMethodDescriptionvoid
ControllerServiceDTO.setState
(ControllerServiceDTO.StateEnum state) ControllerServiceDTO.state
(ControllerServiceDTO.StateEnum state)