public interface GetOptionsFluent<A extends GetOptionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getKind() |
String |
getResourceVersion() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
Boolean |
hasResourceVersion() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewResourceVersion(String arg0)
Deprecated.
|
A |
withResourceVersion(String resourceVersion) |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
String getResourceVersion()
Boolean hasResourceVersion()
@Deprecated A withNewResourceVersion(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.