public class ListValueFluentImpl<A extends ListValueFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ListValueFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ListValueFluentImpl.ValuesNestedImpl<N> |
ListValueFluent.ValuesNested<N>| Constructor and Description |
|---|
ListValueFluentImpl() |
ListValueFluentImpl(ListValue instance) |
public ListValueFluentImpl()
public ListValueFluentImpl(ListValue instance)
public A addToValues(Integer index, Value item)
addToValues in interface ListValueFluent<A extends ListValueFluent<A>>public A setToValues(Integer index, Value item)
setToValues in interface ListValueFluent<A extends ListValueFluent<A>>public A addToValues(Value... items)
addToValues in interface ListValueFluent<A extends ListValueFluent<A>>public A addAllToValues(Collection<Value> items)
addAllToValues in interface ListValueFluent<A extends ListValueFluent<A>>public A removeFromValues(Value... items)
removeFromValues in interface ListValueFluent<A extends ListValueFluent<A>>public A removeAllFromValues(Collection<Value> items)
removeAllFromValues in interface ListValueFluent<A extends ListValueFluent<A>>public A removeMatchingFromValues(Predicate<ValueBuilder> predicate)
removeMatchingFromValues in interface ListValueFluent<A extends ListValueFluent<A>>@Deprecated public List<Value> getValues()
getValues in interface ListValueFluent<A extends ListValueFluent<A>>public List<Value> buildValues()
buildValues in interface ListValueFluent<A extends ListValueFluent<A>>public Value buildValue(Integer index)
buildValue in interface ListValueFluent<A extends ListValueFluent<A>>public Value buildFirstValue()
buildFirstValue in interface ListValueFluent<A extends ListValueFluent<A>>public Value buildLastValue()
buildLastValue in interface ListValueFluent<A extends ListValueFluent<A>>public Value buildMatchingValue(Predicate<ValueBuilder> predicate)
buildMatchingValue in interface ListValueFluent<A extends ListValueFluent<A>>public Boolean hasMatchingValue(Predicate<ValueBuilder> predicate)
hasMatchingValue in interface ListValueFluent<A extends ListValueFluent<A>>public A withValues(List<Value> values)
withValues in interface ListValueFluent<A extends ListValueFluent<A>>public A withValues(Value... values)
withValues in interface ListValueFluent<A extends ListValueFluent<A>>public Boolean hasValues()
hasValues in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> addNewValue()
addNewValue in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> addNewValueLike(Value item)
addNewValueLike in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> setNewValueLike(Integer index, Value item)
setNewValueLike in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> editValue(Integer index)
editValue in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> editFirstValue()
editFirstValue in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> editLastValue()
editLastValue in interface ListValueFluent<A extends ListValueFluent<A>>public ListValueFluent.ValuesNested<A> editMatchingValue(Predicate<ValueBuilder> predicate)
editMatchingValue in interface ListValueFluent<A extends ListValueFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.