public interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getApiVersion() |
String |
getFieldPath() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getResourceVersion() |
String |
getUid() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResourceVersion() |
Boolean |
hasUid() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewFieldPath(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewNamespace(String original)
Deprecated.
|
A |
withNewResourceVersion(String original)
Deprecated.
|
A |
withNewUid(String original)
Deprecated.
|
A |
withResourceVersion(String resourceVersion) |
A |
withUid(String uid) |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String original)
String getFieldPath()
Boolean hasFieldPath()
@Deprecated A withNewFieldPath(String original)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
String getNamespace()
Boolean hasNamespace()
@Deprecated A withNewNamespace(String original)
String getResourceVersion()
Boolean hasResourceVersion()
@Deprecated A withNewResourceVersion(String original)
String getUid()
Boolean hasUid()
@Deprecated A withNewUid(String original)
Copyright © 2021. All rights reserved.