public class EnvVarFluentImpl<A extends EnvVarFluent<A>> extends BaseFluent<A> implements EnvVarFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
EnvVarFluentImpl.ValueFromNestedImpl<N> |
EnvVarFluent.ValueFromNested<N>_visitables, VISIT| Constructor and Description |
|---|
EnvVarFluentImpl() |
EnvVarFluentImpl(EnvVar instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic EnvVarFluentImpl()
public EnvVarFluentImpl(EnvVar instance)
public String getName()
getName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withName(String name)
withName in interface EnvVarFluent<A extends EnvVarFluent<A>>public Boolean hasName()
hasName in interface EnvVarFluent<A extends EnvVarFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public String getValue()
getValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withValue(String value)
withValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public Boolean hasValue()
hasValue in interface EnvVarFluent<A extends EnvVarFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>@Deprecated public EnvVarSource getValueFrom()
getValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarSource buildValueFrom()
buildValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withValueFrom(EnvVarSource valueFrom)
withValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public Boolean hasValueFrom()
hasValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarFluent.ValueFromNested<A> withNewValueFrom()
withNewValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarFluent.ValueFromNested<A> withNewValueFromLike(EnvVarSource item)
withNewValueFromLike in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarFluent.ValueFromNested<A> editValueFrom()
editValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarFluent.ValueFromNested<A> editOrNewValueFrom()
editOrNewValueFrom in interface EnvVarFluent<A extends EnvVarFluent<A>>public EnvVarFluent.ValueFromNested<A> editOrNewValueFromLike(EnvVarSource item)
editOrNewValueFromLike in interface EnvVarFluent<A extends EnvVarFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EnvVarFluent<A extends EnvVarFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.