| Modifier and Type | Method and Description |
|---|---|
IntegrationPlatform |
IntegrationPlatformBuilder.build() |
IntegrationPlatform |
IntegrationPlatformListFluentImpl.buildFirstItem() |
IntegrationPlatform |
IntegrationPlatformListFluent.buildFirstItem() |
IntegrationPlatform |
IntegrationPlatformListFluentImpl.buildItem(Integer index) |
IntegrationPlatform |
IntegrationPlatformListFluent.buildItem(Integer index) |
IntegrationPlatform |
IntegrationPlatformListFluentImpl.buildLastItem() |
IntegrationPlatform |
IntegrationPlatformListFluent.buildLastItem() |
IntegrationPlatform |
IntegrationPlatformListFluentImpl.buildMatchingItem(Predicate<IntegrationPlatformBuilder> predicate) |
IntegrationPlatform |
IntegrationPlatformListFluent.buildMatchingItem(Predicate<IntegrationPlatformBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationPlatform> |
IntegrationPlatformListFluentImpl.buildItems() |
List<IntegrationPlatform> |
IntegrationPlatformListFluent.buildItems() |
List<IntegrationPlatform> |
IntegrationPlatformListFluentImpl.getItems()
Deprecated.
|
List<IntegrationPlatform> |
IntegrationPlatformListFluent.getItems()
Deprecated.
|
List<IntegrationPlatform> |
IntegrationPlatformList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationPlatformListFluent.ItemsNested<A> |
IntegrationPlatformListFluentImpl.addNewItemLike(IntegrationPlatform item) |
IntegrationPlatformListFluent.ItemsNested<A> |
IntegrationPlatformListFluent.addNewItemLike(IntegrationPlatform item) |
A |
IntegrationPlatformListFluentImpl.addToItems(Integer index,
IntegrationPlatform item) |
A |
IntegrationPlatformListFluent.addToItems(Integer index,
IntegrationPlatform item) |
A |
IntegrationPlatformListFluentImpl.addToItems(IntegrationPlatform... items) |
A |
IntegrationPlatformListFluent.addToItems(IntegrationPlatform... items) |
A |
IntegrationPlatformListFluentImpl.removeFromItems(IntegrationPlatform... items) |
A |
IntegrationPlatformListFluent.removeFromItems(IntegrationPlatform... items) |
IntegrationPlatformListFluent.ItemsNested<A> |
IntegrationPlatformListFluentImpl.setNewItemLike(Integer index,
IntegrationPlatform item) |
IntegrationPlatformListFluent.ItemsNested<A> |
IntegrationPlatformListFluent.setNewItemLike(Integer index,
IntegrationPlatform item) |
A |
IntegrationPlatformListFluentImpl.setToItems(Integer index,
IntegrationPlatform item) |
A |
IntegrationPlatformListFluent.setToItems(Integer index,
IntegrationPlatform item) |
A |
IntegrationPlatformListFluentImpl.withItems(IntegrationPlatform... items) |
A |
IntegrationPlatformListFluent.withItems(IntegrationPlatform... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
IntegrationPlatformListFluentImpl.addAllToItems(Collection<IntegrationPlatform> items) |
A |
IntegrationPlatformListFluent.addAllToItems(Collection<IntegrationPlatform> items) |
A |
IntegrationPlatformListFluentImpl.removeAllFromItems(Collection<IntegrationPlatform> items) |
A |
IntegrationPlatformListFluent.removeAllFromItems(Collection<IntegrationPlatform> items) |
void |
IntegrationPlatformList.setItems(List<IntegrationPlatform> items) |
A |
IntegrationPlatformListFluentImpl.withItems(List<IntegrationPlatform> items) |
A |
IntegrationPlatformListFluent.withItems(List<IntegrationPlatform> items) |
| Constructor and Description |
|---|
IntegrationPlatformBuilder(IntegrationPlatform instance) |
IntegrationPlatformBuilder(IntegrationPlatform instance,
Boolean validationEnabled) |
IntegrationPlatformBuilder(IntegrationPlatformFluent<?> fluent,
IntegrationPlatform instance) |
IntegrationPlatformBuilder(IntegrationPlatformFluent<?> fluent,
IntegrationPlatform instance,
Boolean validationEnabled) |
IntegrationPlatformFluentImpl(IntegrationPlatform instance) |
| Constructor and Description |
|---|
IntegrationPlatformList(String apiVersion,
List<IntegrationPlatform> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.