public interface EnvVarFluent<T extends EnvVarFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
EnvVarFluent.ValueFromNested<N> |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
EnvVarFluent.ValueFromNested<T> |
editValueFrom() |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getValue() |
EnvVarSource |
getValueFrom() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withName(String name) |
EnvVarFluent.ValueFromNested<T> |
withNewValueFrom() |
EnvVarFluent.ValueFromNested<T> |
withNewValueFromLike(EnvVarSource item) |
T |
withValue(String value) |
T |
withValueFrom(EnvVarSource valueFrom) |
String getName()
String getValue()
EnvVarSource getValueFrom()
T withValueFrom(EnvVarSource valueFrom)
EnvVarFluent.ValueFromNested<T> withNewValueFrom()
EnvVarFluent.ValueFromNested<T> withNewValueFromLike(EnvVarSource item)
EnvVarFluent.ValueFromNested<T> editValueFrom()
Copyright © 2011–2015 Red Hat. All rights reserved.