Interface ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleNotificationFluent.SpecNested<N>
- All Known Implementing Classes:
ConsoleNotificationFluentImpl.SpecNestedImpl,ConsoleNotificationSpecBuilder,ConsoleNotificationSpecFluentImpl
public interface ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConsoleNotificationSpecFluent.LinkNested<N>
-
Method Summary
-
-
-
Method Detail
-
getBackgroundColor
String getBackgroundColor()
-
hasBackgroundColor
Boolean hasBackgroundColor()
-
withNewBackgroundColor
A withNewBackgroundColor(StringBuilder arg1)
-
withNewBackgroundColor
A withNewBackgroundColor(StringBuffer arg1)
-
getColor
String getColor()
-
hasColor
Boolean hasColor()
-
withNewColor
A withNewColor(StringBuilder arg1)
-
withNewColor
A withNewColor(StringBuffer arg1)
-
getLink
@Deprecated Link getLink()
Deprecated.This method has been deprecated, please use method buildLink instead.- Returns:
- The buildable object.
-
buildLink
Link buildLink()
-
hasLink
Boolean hasLink()
-
withNewLink
ConsoleNotificationSpecFluent.LinkNested<A> withNewLink()
-
withNewLinkLike
ConsoleNotificationSpecFluent.LinkNested<A> withNewLinkLike(Link item)
-
editLink
ConsoleNotificationSpecFluent.LinkNested<A> editLink()
-
editOrNewLink
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLink()
-
editOrNewLinkLike
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLinkLike(Link item)
-
getLocation
String getLocation()
-
hasLocation
Boolean hasLocation()
-
withNewLocation
A withNewLocation(StringBuilder arg1)
-
withNewLocation
A withNewLocation(StringBuffer arg1)
-
getText
String getText()
-
hasText
Boolean hasText()
-
withNewText
A withNewText(StringBuilder arg1)
-
withNewText
A withNewText(StringBuffer arg1)
-
-