public interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewFieldPath(String arg0)
Deprecated.
|
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
String getFieldPath()
Boolean hasFieldPath()
@Deprecated A withNewFieldPath(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.