| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto |
| Modifier and Type | Field and Description |
|---|---|
private ParameterStatus |
ParameterStatusDTO.status |
| Modifier and Type | Method and Description |
|---|---|
ParameterStatus |
ParameterStatusDTO.getStatus() |
static ParameterStatus |
ParameterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterStatus[] |
ParameterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterStatusDTO.setStatus(ParameterStatus status) |
Copyright © 2023 Apache NiFi Project. All rights reserved.