public interface ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleNotificationSpecFluent.LinkNested<N> |
String getBackgroundColor()
Boolean hasBackgroundColor()
@Deprecated A withNewBackgroundColor(String arg0)
String getColor()
Boolean hasColor()
@Deprecated A withNewColor(String arg0)
@Deprecated Link getLink()
Link buildLink()
Boolean hasLink()
ConsoleNotificationSpecFluent.LinkNested<A> withNewLink()
ConsoleNotificationSpecFluent.LinkNested<A> withNewLinkLike(Link item)
ConsoleNotificationSpecFluent.LinkNested<A> editLink()
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLink()
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLinkLike(Link item)
String getLocation()
Boolean hasLocation()
@Deprecated A withNewLocation(String arg0)
String getText()
Boolean hasText()
@Deprecated A withNewText(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.