public class APIResourceReferenceFluentImpl<A extends APIResourceReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements APIResourceReferenceFluent<A>
| Constructor and Description |
|---|
APIResourceReferenceFluentImpl() |
APIResourceReferenceFluentImpl(APIResourceReference instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKind() |
String |
getName() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withVersion(String version) |
public APIResourceReferenceFluentImpl()
public APIResourceReferenceFluentImpl(APIResourceReference instance)
public String getKind()
getKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withKind(String kind)
withKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasKind()
hasKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public String getName()
getName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withName(String name)
withName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasName()
hasName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public String getVersion()
getVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withVersion(String version)
withVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasVersion()
hasVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.