| Package | Description |
|---|---|
| io.fabric8.camelk.v1 |
| Modifier and Type | Method and Description |
|---|---|
Integration |
IntegrationBuilder.build() |
Integration |
IntegrationListFluent.buildFirstItem() |
Integration |
IntegrationListFluentImpl.buildFirstItem() |
Integration |
IntegrationListFluent.buildItem(Integer index) |
Integration |
IntegrationListFluentImpl.buildItem(Integer index) |
Integration |
IntegrationListFluent.buildLastItem() |
Integration |
IntegrationListFluentImpl.buildLastItem() |
Integration |
IntegrationListFluent.buildMatchingItem(Predicate<IntegrationBuilder> predicate) |
Integration |
IntegrationListFluentImpl.buildMatchingItem(Predicate<IntegrationBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Integration> |
IntegrationListFluent.buildItems() |
List<Integration> |
IntegrationListFluentImpl.buildItems() |
List<Integration> |
IntegrationListFluent.getItems()
Deprecated.
|
List<Integration> |
IntegrationListFluentImpl.getItems()
Deprecated.
|
List<Integration> |
IntegrationList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationListFluent.ItemsNested<A> |
IntegrationListFluent.addNewItemLike(Integration item) |
IntegrationListFluent.ItemsNested<A> |
IntegrationListFluentImpl.addNewItemLike(Integration item) |
A |
IntegrationListFluent.addToItems(Integer index,
Integration item) |
A |
IntegrationListFluentImpl.addToItems(Integer index,
Integration item) |
A |
IntegrationListFluent.addToItems(Integration... items) |
A |
IntegrationListFluentImpl.addToItems(Integration... items) |
A |
IntegrationListFluent.removeFromItems(Integration... items) |
A |
IntegrationListFluentImpl.removeFromItems(Integration... items) |
IntegrationListFluent.ItemsNested<A> |
IntegrationListFluent.setNewItemLike(Integer index,
Integration item) |
IntegrationListFluent.ItemsNested<A> |
IntegrationListFluentImpl.setNewItemLike(Integer index,
Integration item) |
A |
IntegrationListFluent.setToItems(Integer index,
Integration item) |
A |
IntegrationListFluentImpl.setToItems(Integer index,
Integration item) |
A |
IntegrationListFluent.withItems(Integration... items) |
A |
IntegrationListFluentImpl.withItems(Integration... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
IntegrationListFluent.addAllToItems(Collection<Integration> items) |
A |
IntegrationListFluentImpl.addAllToItems(Collection<Integration> items) |
A |
IntegrationListFluent.removeAllFromItems(Collection<Integration> items) |
A |
IntegrationListFluentImpl.removeAllFromItems(Collection<Integration> items) |
void |
IntegrationList.setItems(List<Integration> items) |
A |
IntegrationListFluent.withItems(List<Integration> items) |
A |
IntegrationListFluentImpl.withItems(List<Integration> items) |
| Constructor and Description |
|---|
IntegrationBuilder(Integration instance) |
IntegrationBuilder(Integration instance,
Boolean validationEnabled) |
IntegrationBuilder(IntegrationFluent<?> fluent,
Integration instance) |
IntegrationBuilder(IntegrationFluent<?> fluent,
Integration instance,
Boolean validationEnabled) |
IntegrationFluentImpl(Integration instance) |
| Constructor and Description |
|---|
IntegrationList(String apiVersion,
List<Integration> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.