Uses of Class
io.fabric8.openshift.api.model.console.v1.Link
-
Packages that use Link Package Description io.fabric8.openshift.api.model.console.v1 -
-
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()LinkConsoleNotificationSpecFluentImpl. buildLink()LinkConsoleNotificationSpec. getLink()LinkConsoleNotificationSpecFluent. getLink()Deprecated.LinkConsoleNotificationSpecFluentImpl. getLink()Deprecated.Methods in io.fabric8.openshift.api.model.console.v1 with parameters of type Link Modifier and Type Method Description ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluent. editOrNewLinkLike(Link item)ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluentImpl. editOrNewLinkLike(Link item)voidConsoleNotificationSpec. setLink(Link link)AConsoleNotificationSpecFluent. withLink(Link link)AConsoleNotificationSpecFluentImpl. withLink(Link link)ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluent. withNewLinkLike(Link item)ConsoleNotificationSpecFluent.LinkNested<A>ConsoleNotificationSpecFluentImpl. 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)LinkBuilder(LinkFluent<?> fluent, Link instance, Boolean validationEnabled)LinkBuilder(Link instance, Boolean validationEnabled)LinkFluentImpl(Link instance)
-