Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleNotification
-
-
Uses of ConsoleNotification in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsoleNotification Modifier and Type Method Description ConsoleNotificationConsoleNotificationBuilder. build()ConsoleNotificationConsoleNotificationListFluent. buildFirstItem()ConsoleNotificationConsoleNotificationListFluent. buildItem(int index)ConsoleNotificationConsoleNotificationListFluent. buildLastItem()ConsoleNotificationConsoleNotificationListFluent. buildMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)Methods in io.fabric8.openshift.api.model.console.v1 that return types with arguments of type ConsoleNotification Modifier and Type Method Description List<ConsoleNotification>ConsoleNotificationListFluent. buildItems()List<ConsoleNotification>ConsoleNotificationList. getItems()Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotification Modifier and Type Method Description ConsoleNotificationListFluent.ItemsNested<A>ConsoleNotificationListFluent. addNewItemLike(ConsoleNotification item)AConsoleNotificationListFluent. addToItems(int index, ConsoleNotification item)AConsoleNotificationListFluent. addToItems(ConsoleNotification... items)protected voidConsoleNotificationFluent. copyInstance(ConsoleNotification instance)AConsoleNotificationListFluent. removeFromItems(ConsoleNotification... items)ConsoleNotificationListFluent.ItemsNested<A>ConsoleNotificationListFluent. setNewItemLike(int index, ConsoleNotification item)AConsoleNotificationListFluent. setToItems(int index, ConsoleNotification item)AConsoleNotificationListFluent. withItems(ConsoleNotification... items)Method parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleNotification Modifier and Type Method Description AConsoleNotificationListFluent. addAllToItems(Collection<ConsoleNotification> items)AConsoleNotificationListFluent. removeAllFromItems(Collection<ConsoleNotification> items)voidConsoleNotificationList. setItems(List<ConsoleNotification> items)Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).AConsoleNotificationListFluent. withItems(List<ConsoleNotification> items)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotification Constructor Description ConsoleNotificationBuilder(ConsoleNotification instance)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance)ConsoleNotificationFluent(ConsoleNotification instance)Constructor parameters in io.fabric8.openshift.api.model.console.v1 with type arguments of type ConsoleNotification Constructor Description ConsoleNotificationList(String apiVersion, List<ConsoleNotification> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-