Uses of Class
io.fabric8.openshift.api.model.console.v1.Link
-
-
Uses of Link in io.fabric8.openshift.api.model.console.v1
Methods in io.fabric8.openshift.api.model.console.v1 that return Link Modifier and Type Method Description LinkLinkBuilder. build()LinkConsoleNotificationSpecFluent. buildLink()LinkConsoleNotificationSpec. getLink()ConsoleNotificationSpec is the desired console notification configuration.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type Link Modifier and Type Method Description protected voidLinkFluent. copyInstance(Link instance)ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluent. editOrNewLinkLike(Link item)voidConsoleNotificationSpec. setLink(Link link)ConsoleNotificationSpec is the desired console notification configuration.AConsoleNotificationSpecFluent. withLink(Link link)ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluent. withNewLinkLike(Link item)Constructors in io.fabric8.openshift.api.model.console.v1 with parameters of type Link Constructor Description ConsoleNotificationSpec(String backgroundColor, String color, Link link, String location, String text)LinkBuilder(Link instance)LinkBuilder(LinkFluent<?> fluent, Link instance)LinkFluent(Link instance)
-