public interface Replaceable<T> extends Updatable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
replaceStatus()
Deprecated.
use
updateStatus() instead |
T |
updateStatus()
Similar to
Updatable.update(), but only affects the status subresource |
@Deprecated T replaceStatus()
updateStatus() insteadUpdatable.replace(), but only affects the status subresourceT updateStatus()
Updatable.update(), but only affects the status subresourceCopyright © 2015–2024 Red Hat. All rights reserved.