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()
A withNewBackgroundColor(StringBuilder arg1)
A withNewBackgroundColor(StringBuffer arg1)
String getColor()
Boolean hasColor()
A withNewColor(StringBuilder arg1)
A withNewColor(StringBuffer arg1)
@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()
A withNewLocation(StringBuilder arg1)
A withNewLocation(StringBuffer arg1)
String getText()
Boolean hasText()
A withNewText(StringBuilder arg1)
A withNewText(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.