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| Constructor and Description |
|---|
EnvVarFluentImpl() |
EnvVarFluentImpl(EnvVar instance) |
public 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>>public A withNewName(StringBuilder arg1)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(char[] arg1)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewName(String arg1)
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>>public A withNewValue(StringBuilder arg1)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(int[] arg1, int arg2, int arg3)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(char[] arg1)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(StringBuffer arg1)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(byte[] arg1, int arg2)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(byte[] arg1)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(char[] arg1, int arg2, int arg3)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(byte[] arg1, int arg2, int arg3)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(byte[] arg1, int arg2, int arg3, int arg4)
withNewValue in interface EnvVarFluent<A extends EnvVarFluent<A>>public A withNewValue(String arg1)
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>>Copyright © 2015–2021 Red Hat. All rights reserved.