Uses of Class
io.fabric8.openshift.api.model.console.v1.ConsoleNotificationSpec
-
Packages that use ConsoleNotificationSpec Package Description io.fabric8.openshift.api.model.console.v1 -
-
Uses of ConsoleNotificationSpec in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return ConsoleNotificationSpec Modifier and Type Method Description ConsoleNotificationSpecConsoleNotificationSpecBuilder. build()ConsoleNotificationSpecConsoleNotificationFluent. buildSpec()ConsoleNotificationSpecConsoleNotificationFluentImpl. buildSpec()ConsoleNotificationSpecConsoleNotification. getSpec()ConsoleNotificationSpecConsoleNotificationFluent. getSpec()Deprecated.ConsoleNotificationSpecConsoleNotificationFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotificationSpec Modifier and Type Method Description ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluent. editOrNewSpecLike(ConsoleNotificationSpec item)ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluentImpl. editOrNewSpecLike(ConsoleNotificationSpec item)voidConsoleNotification. setSpec(ConsoleNotificationSpec spec)ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluent. withNewSpecLike(ConsoleNotificationSpec item)ConsoleNotificationFluent.SpecNested<A>ConsoleNotificationFluentImpl. withNewSpecLike(ConsoleNotificationSpec item)AConsoleNotificationFluent. withSpec(ConsoleNotificationSpec spec)AConsoleNotificationFluentImpl. withSpec(ConsoleNotificationSpec spec)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type ConsoleNotificationSpec Constructor Description ConsoleNotification(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ConsoleNotificationSpec spec)ConsoleNotificationSpecBuilder(ConsoleNotificationSpec instance)ConsoleNotificationSpecBuilder(ConsoleNotificationSpecFluent<?> fluent, ConsoleNotificationSpec instance)ConsoleNotificationSpecBuilder(ConsoleNotificationSpecFluent<?> fluent, ConsoleNotificationSpec instance, Boolean validationEnabled)ConsoleNotificationSpecBuilder(ConsoleNotificationSpec instance, Boolean validationEnabled)ConsoleNotificationSpecFluentImpl(ConsoleNotificationSpec instance)
-