Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleNotification
-
Packages that use ConsoleNotification Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model.console.v1 -
-
Uses of ConsoleNotification in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ConsoleNotification Modifier and Type Method Description ConsoleNotificationKubeSchema. getConsoleNotification()Methods in io.fabric8.kubernetes.api.model with parameters of type ConsoleNotification Modifier and Type Method Description voidKubeSchema. setConsoleNotification(ConsoleNotification consoleNotification)Constructors in io.fabric8.kubernetes.api.model with parameters of type ConsoleNotification Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, ConsoleCLIDownload consoleCLIDownload, ConsoleCLIDownloadList consoleCLIDownloadList, ConsoleExternalLogLink consoleExternalLogLink, ConsoleExternalLogLinkList consoleExternalLogLinkList, ConsoleLink consoleLink, ConsoleLinkList consoleLinkList, ConsoleNotification consoleNotification, ConsoleNotificationList consoleNotificationList, ConsoleYAMLSample consoleYAMLSample, ConsoleYAMLSampleList consoleYAMLSampleList, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta) -
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()ConsoleNotificationConsoleNotificationListFluentImpl. buildFirstItem()ConsoleNotificationConsoleNotificationListFluent. buildItem(int index)ConsoleNotificationConsoleNotificationListFluentImpl. buildItem(int index)ConsoleNotificationConsoleNotificationListFluent. buildLastItem()ConsoleNotificationConsoleNotificationListFluentImpl. buildLastItem()ConsoleNotificationConsoleNotificationListFluent. buildMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)ConsoleNotificationConsoleNotificationListFluentImpl. 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>ConsoleNotificationListFluentImpl. buildItems()List<ConsoleNotification>ConsoleNotificationList. getItems()List<ConsoleNotification>ConsoleNotificationListFluent. getItems()Deprecated.List<ConsoleNotification>ConsoleNotificationListFluentImpl. getItems()Deprecated.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)ConsoleNotificationListFluent.ItemsNested<A>ConsoleNotificationListFluentImpl. addNewItemLike(ConsoleNotification item)AConsoleNotificationListFluent. addToItems(int index, ConsoleNotification item)AConsoleNotificationListFluent. addToItems(ConsoleNotification... items)AConsoleNotificationListFluentImpl. addToItems(int index, ConsoleNotification item)AConsoleNotificationListFluentImpl. addToItems(ConsoleNotification... items)AConsoleNotificationListFluent. removeFromItems(ConsoleNotification... items)AConsoleNotificationListFluentImpl. removeFromItems(ConsoleNotification... items)ConsoleNotificationListFluent.ItemsNested<A>ConsoleNotificationListFluent. setNewItemLike(int index, ConsoleNotification item)ConsoleNotificationListFluent.ItemsNested<A>ConsoleNotificationListFluentImpl. setNewItemLike(int index, ConsoleNotification item)AConsoleNotificationListFluent. setToItems(int index, ConsoleNotification item)AConsoleNotificationListFluentImpl. setToItems(int index, ConsoleNotification item)AConsoleNotificationListFluent. withItems(ConsoleNotification... items)AConsoleNotificationListFluentImpl. 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)AConsoleNotificationListFluentImpl. addAllToItems(Collection<ConsoleNotification> items)AConsoleNotificationListFluent. removeAllFromItems(Collection<ConsoleNotification> items)AConsoleNotificationListFluentImpl. removeAllFromItems(Collection<ConsoleNotification> items)voidConsoleNotificationList. setItems(List<ConsoleNotification> items)AConsoleNotificationListFluent. withItems(List<ConsoleNotification> items)AConsoleNotificationListFluentImpl. 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)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance, Boolean validationEnabled)ConsoleNotificationBuilder(ConsoleNotification instance, Boolean validationEnabled)ConsoleNotificationFluentImpl(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)
-