Class ConsoleLinkSpecFluentImpl<A extends ConsoleLinkSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleLinkSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ConsoleLinkSpecFluent<A>
- Direct Known Subclasses:
ConsoleLinkFluentImpl.SpecNestedImpl,ConsoleLinkSpecBuilder
public class ConsoleLinkSpecFluentImpl<A extends ConsoleLinkSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleLinkSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleLinkSpecFluentImpl.ApplicationMenuNestedImpl<N>classConsoleLinkSpecFluentImpl.NamespaceDashboardNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.console.v1.ConsoleLinkSpecFluent
ConsoleLinkSpecFluent.ApplicationMenuNested<N>, ConsoleLinkSpecFluent.NamespaceDashboardNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsoleLinkSpecFluentImpl()ConsoleLinkSpecFluentImpl(ConsoleLinkSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleLinkSpecFluentImpl
public ConsoleLinkSpecFluentImpl()
-
ConsoleLinkSpecFluentImpl
public ConsoleLinkSpecFluentImpl(ConsoleLinkSpec instance)
-
-
Method Detail
-
getApplicationMenu
@Deprecated public ApplicationMenuSpec getApplicationMenu()
Deprecated.This method has been deprecated, please use method buildApplicationMenu instead.- Specified by:
getApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>- Returns:
- The buildable object.
-
buildApplicationMenu
public ApplicationMenuSpec buildApplicationMenu()
- Specified by:
buildApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withApplicationMenu
public A withApplicationMenu(ApplicationMenuSpec applicationMenu)
- Specified by:
withApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
hasApplicationMenu
public Boolean hasApplicationMenu()
- Specified by:
hasApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewApplicationMenu
public A withNewApplicationMenu(String imageURL, String section)
- Specified by:
withNewApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewApplicationMenu
public ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenu()
- Specified by:
withNewApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewApplicationMenuLike
public ConsoleLinkSpecFluent.ApplicationMenuNested<A> withNewApplicationMenuLike(ApplicationMenuSpec item)
- Specified by:
withNewApplicationMenuLikein interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editApplicationMenu
public ConsoleLinkSpecFluent.ApplicationMenuNested<A> editApplicationMenu()
- Specified by:
editApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editOrNewApplicationMenu
public ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenu()
- Specified by:
editOrNewApplicationMenuin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editOrNewApplicationMenuLike
public ConsoleLinkSpecFluent.ApplicationMenuNested<A> editOrNewApplicationMenuLike(ApplicationMenuSpec item)
- Specified by:
editOrNewApplicationMenuLikein interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
getHref
public String getHref()
- Specified by:
getHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withHref
public A withHref(String href)
- Specified by:
withHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
hasHref
public Boolean hasHref()
- Specified by:
hasHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewHref
public A withNewHref(String arg1)
- Specified by:
withNewHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewHref
public A withNewHref(StringBuilder arg1)
- Specified by:
withNewHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewHref
public A withNewHref(StringBuffer arg1)
- Specified by:
withNewHrefin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withLocation
public A withLocation(String location)
- Specified by:
withLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
hasLocation
public Boolean hasLocation()
- Specified by:
hasLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewLocation
public A withNewLocation(String arg1)
- Specified by:
withNewLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewLocation
public A withNewLocation(StringBuilder arg1)
- Specified by:
withNewLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewLocation
public A withNewLocation(StringBuffer arg1)
- Specified by:
withNewLocationin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
getNamespaceDashboard
@Deprecated public NamespaceDashboardSpec getNamespaceDashboard()
Deprecated.This method has been deprecated, please use method buildNamespaceDashboard instead.- Specified by:
getNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>- Returns:
- The buildable object.
-
buildNamespaceDashboard
public NamespaceDashboardSpec buildNamespaceDashboard()
- Specified by:
buildNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNamespaceDashboard
public A withNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)
- Specified by:
withNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
hasNamespaceDashboard
public Boolean hasNamespaceDashboard()
- Specified by:
hasNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewNamespaceDashboard
public ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboard()
- Specified by:
withNewNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewNamespaceDashboardLike
public ConsoleLinkSpecFluent.NamespaceDashboardNested<A> withNewNamespaceDashboardLike(NamespaceDashboardSpec item)
- Specified by:
withNewNamespaceDashboardLikein interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editNamespaceDashboard
public ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editNamespaceDashboard()
- Specified by:
editNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editOrNewNamespaceDashboard
public ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboard()
- Specified by:
editOrNewNamespaceDashboardin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
editOrNewNamespaceDashboardLike
public ConsoleLinkSpecFluent.NamespaceDashboardNested<A> editOrNewNamespaceDashboardLike(NamespaceDashboardSpec item)
- Specified by:
editOrNewNamespaceDashboardLikein interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
getText
public String getText()
- Specified by:
getTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withText
public A withText(String text)
- Specified by:
withTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
hasText
public Boolean hasText()
- Specified by:
hasTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewText
public A withNewText(String arg1)
- Specified by:
withNewTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewText
public A withNewText(StringBuilder arg1)
- Specified by:
withNewTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
withNewText
public A withNewText(StringBuffer arg1)
- Specified by:
withNewTextin interfaceConsoleLinkSpecFluent<A extends ConsoleLinkSpecFluent<A>>
-
-