Class ConsoleNotificationSpecFluentImpl<A extends ConsoleNotificationSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ConsoleNotificationSpecFluent<A>
- Direct Known Subclasses:
ConsoleNotificationFluentImpl.SpecNestedImpl,ConsoleNotificationSpecBuilder
public class ConsoleNotificationSpecFluentImpl<A extends ConsoleNotificationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleNotificationSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleNotificationSpecFluentImpl.LinkNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.console.v1.ConsoleNotificationSpecFluent
ConsoleNotificationSpecFluent.LinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationSpecFluentImpl()ConsoleNotificationSpecFluentImpl(ConsoleNotificationSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleNotificationSpecFluentImpl
public ConsoleNotificationSpecFluentImpl()
-
ConsoleNotificationSpecFluentImpl
public ConsoleNotificationSpecFluentImpl(ConsoleNotificationSpec instance)
-
-
Method Detail
-
getBackgroundColor
public String getBackgroundColor()
- Specified by:
getBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withBackgroundColor
public A withBackgroundColor(String backgroundColor)
- Specified by:
withBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
hasBackgroundColor
public Boolean hasBackgroundColor()
- Specified by:
hasBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewBackgroundColor
public A withNewBackgroundColor(String arg1)
- Specified by:
withNewBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewBackgroundColor
public A withNewBackgroundColor(StringBuilder arg1)
- Specified by:
withNewBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewBackgroundColor
public A withNewBackgroundColor(StringBuffer arg1)
- Specified by:
withNewBackgroundColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
getColor
public String getColor()
- Specified by:
getColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withColor
public A withColor(String color)
- Specified by:
withColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
hasColor
public Boolean hasColor()
- Specified by:
hasColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewColor
public A withNewColor(String arg1)
- Specified by:
withNewColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewColor
public A withNewColor(StringBuilder arg1)
- Specified by:
withNewColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewColor
public A withNewColor(StringBuffer arg1)
- Specified by:
withNewColorin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
getLink
@Deprecated public Link getLink()
Deprecated.This method has been deprecated, please use method buildLink instead.- Specified by:
getLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>- Returns:
- The buildable object.
-
buildLink
public Link buildLink()
- Specified by:
buildLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withLink
public A withLink(Link link)
- Specified by:
withLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
hasLink
public Boolean hasLink()
- Specified by:
hasLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLink
public A withNewLink(String href, String text)
- Specified by:
withNewLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLink
public ConsoleNotificationSpecFluent.LinkNested<A> withNewLink()
- Specified by:
withNewLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLinkLike
public ConsoleNotificationSpecFluent.LinkNested<A> withNewLinkLike(Link item)
- Specified by:
withNewLinkLikein interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
editLink
public ConsoleNotificationSpecFluent.LinkNested<A> editLink()
- Specified by:
editLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
editOrNewLink
public ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLink()
- Specified by:
editOrNewLinkin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
editOrNewLinkLike
public ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLinkLike(Link item)
- Specified by:
editOrNewLinkLikein interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withLocation
public A withLocation(String location)
- Specified by:
withLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
hasLocation
public Boolean hasLocation()
- Specified by:
hasLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLocation
public A withNewLocation(String arg1)
- Specified by:
withNewLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLocation
public A withNewLocation(StringBuilder arg1)
- Specified by:
withNewLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewLocation
public A withNewLocation(StringBuffer arg1)
- Specified by:
withNewLocationin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
getText
public String getText()
- Specified by:
getTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withText
public A withText(String text)
- Specified by:
withTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
hasText
public Boolean hasText()
- Specified by:
hasTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewText
public A withNewText(String arg1)
- Specified by:
withNewTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewText
public A withNewText(StringBuilder arg1)
- Specified by:
withNewTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
withNewText
public A withNewText(StringBuffer arg1)
- Specified by:
withNewTextin interfaceConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
-
-