public interface SearchCustomizationListFluent<A extends SearchCustomizationListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchCustomizationListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(Integer index, SearchCustomization item)
A setToItems(Integer index, SearchCustomization item)
A addToItems(SearchCustomization... items)
A addAllToItems(Collection<SearchCustomization> items)
A removeFromItems(SearchCustomization... items)
A removeAllFromItems(Collection<SearchCustomization> items)
A removeMatchingFromItems(Predicate<SearchCustomizationBuilder> predicate)
@Deprecated List<SearchCustomization> getItems()
List<SearchCustomization> buildItems()
SearchCustomization buildItem(Integer index)
SearchCustomization buildFirstItem()
SearchCustomization buildLastItem()
SearchCustomization buildMatchingItem(Predicate<SearchCustomizationBuilder> predicate)
Boolean hasMatchingItem(Predicate<SearchCustomizationBuilder> predicate)
A withItems(List<SearchCustomization> items)
A withItems(SearchCustomization... items)
Boolean hasItems()
SearchCustomizationListFluent.ItemsNested<A> addNewItem()
SearchCustomizationListFluent.ItemsNested<A> addNewItemLike(SearchCustomization item)
SearchCustomizationListFluent.ItemsNested<A> setNewItemLike(Integer index, SearchCustomization item)
SearchCustomizationListFluent.ItemsNested<A> editItem(Integer index)
SearchCustomizationListFluent.ItemsNested<A> editFirstItem()
SearchCustomizationListFluent.ItemsNested<A> editLastItem()
SearchCustomizationListFluent.ItemsNested<A> editMatchingItem(Predicate<SearchCustomizationBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2022 Red Hat. All rights reserved.