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 withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addToItems(int index, ConsoleNotification item)
A setToItems(int 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(int 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(int index, ConsoleNotification item)
ConsoleNotificationListFluent.ItemsNested<A> editItem(int index)
ConsoleNotificationListFluent.ItemsNested<A> editFirstItem()
ConsoleNotificationListFluent.ItemsNested<A> editLastItem()
ConsoleNotificationListFluent.ItemsNested<A> editMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2020 Red Hat. All rights reserved.