public interface PreconditionsFluent<A extends PreconditionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceVersion() |
String |
getUid() |
Boolean |
hasResourceVersion() |
Boolean |
hasUid() |
A |
withNewResourceVersion(String arg0)
Deprecated.
|
A |
withNewUid(String arg0)
Deprecated.
|
A |
withResourceVersion(String resourceVersion) |
A |
withUid(String uid) |
String getResourceVersion()
Boolean hasResourceVersion()
@Deprecated A withNewResourceVersion(String arg0)
String getUid()
Boolean hasUid()
@Deprecated A withNewUid(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.