Uses of Enum Class
org.apache.nifi.api.toolkit.model.UpdateControllerServiceReferenceRequestEntity.StateEnum
Packages that use UpdateControllerServiceReferenceRequestEntity.StateEnum
-
Uses of UpdateControllerServiceReferenceRequestEntity.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as UpdateControllerServiceReferenceRequestEntity.StateEnumMethods in org.apache.nifi.api.toolkit.model that return UpdateControllerServiceReferenceRequestEntity.StateEnumModifier and TypeMethodDescriptionUpdateControllerServiceReferenceRequestEntity.getState()
The new state of the references for the controller service.Returns the enum constant of this class with the specified name.UpdateControllerServiceReferenceRequestEntity.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 UpdateControllerServiceReferenceRequestEntity.StateEnumModifier and TypeMethodDescriptionvoid
UpdateControllerServiceReferenceRequestEntity.setState
(UpdateControllerServiceReferenceRequestEntity.StateEnum state) UpdateControllerServiceReferenceRequestEntity.state
(UpdateControllerServiceReferenceRequestEntity.StateEnum state)