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