| Modifier and Type | Method and Description |
|---|---|
static ServerRefreshIndicator |
ServerRefreshIndicator.fromValue(String value) |
ServerRefreshIndicator |
ResourcePathResponse.getServerRefreshIndicator()
If the server needs to be refreshed in order to fully apply recent changes, this tells you what needs to be done.
|
static ServerRefreshIndicator |
ServerRefreshIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerRefreshIndicator[] |
ServerRefreshIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePathResponse.setServerRefreshIndicator(ServerRefreshIndicator serverRefreshIndicator)
If the server needs to be refreshed in order to fully apply recent changes, this tells you what needs to be done.
|
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.