public interface FlowSchemaListFluent<A extends FlowSchemaListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlowSchemaListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, FlowSchema item)
A setToItems(int index, FlowSchema item)
A addToItems(FlowSchema... items)
A addAllToItems(Collection<FlowSchema> items)
A removeFromItems(FlowSchema... items)
A removeAllFromItems(Collection<FlowSchema> items)
A removeMatchingFromItems(Predicate<FlowSchemaBuilder> predicate)
@Deprecated List<FlowSchema> getItems()
List<FlowSchema> buildItems()
FlowSchema buildItem(int index)
FlowSchema buildFirstItem()
FlowSchema buildLastItem()
FlowSchema buildMatchingItem(Predicate<FlowSchemaBuilder> predicate)
Boolean hasMatchingItem(Predicate<FlowSchemaBuilder> predicate)
A withItems(List<FlowSchema> items)
A withItems(FlowSchema... items)
Boolean hasItems()
FlowSchemaListFluent.ItemsNested<A> addNewItem()
FlowSchemaListFluent.ItemsNested<A> addNewItemLike(FlowSchema item)
FlowSchemaListFluent.ItemsNested<A> setNewItemLike(int index, FlowSchema item)
FlowSchemaListFluent.ItemsNested<A> editItem(int index)
FlowSchemaListFluent.ItemsNested<A> editFirstItem()
FlowSchemaListFluent.ItemsNested<A> editLastItem()
FlowSchemaListFluent.ItemsNested<A> editMatchingItem(Predicate<FlowSchemaBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
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.