public class SecretReferenceFluentImpl<A extends SecretReferenceFluent<A>> extends BaseFluent<A> implements SecretReferenceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SecretReferenceFluentImpl() |
SecretReferenceFluentImpl(SecretReference 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 |
getName() |
String |
getNamespace() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic SecretReferenceFluentImpl()
public SecretReferenceFluentImpl(SecretReference instance)
public String getName()
getName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A withName(String name)
withName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Boolean hasName()
hasName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public String getNamespace()
getNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.