Class ApplicationMenuSpecFluentImpl<A extends ApplicationMenuSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ApplicationMenuSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ApplicationMenuSpecFluent<A>
- Direct Known Subclasses:
ApplicationMenuSpecBuilder,ConsoleLinkSpecFluentImpl.ApplicationMenuNestedImpl
public class ApplicationMenuSpecFluentImpl<A extends ApplicationMenuSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApplicationMenuSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ApplicationMenuSpecFluentImpl()ApplicationMenuSpecFluentImpl(ApplicationMenuSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetImageURL()StringgetSection()inthashCode()BooleanhasImageURL()BooleanhasSection()AwithImageURL(String imageURL)AwithNewImageURL(String arg1)AwithNewImageURL(StringBuffer arg1)AwithNewImageURL(StringBuilder arg1)AwithNewSection(String arg1)AwithNewSection(StringBuffer arg1)AwithNewSection(StringBuilder arg1)AwithSection(String section)
-
-
-
Constructor Detail
-
ApplicationMenuSpecFluentImpl
public ApplicationMenuSpecFluentImpl()
-
ApplicationMenuSpecFluentImpl
public ApplicationMenuSpecFluentImpl(ApplicationMenuSpec instance)
-
-
Method Detail
-
getImageURL
public String getImageURL()
- Specified by:
getImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withImageURL
public A withImageURL(String imageURL)
- Specified by:
withImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
hasImageURL
public Boolean hasImageURL()
- Specified by:
hasImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewImageURL
public A withNewImageURL(String arg1)
- Specified by:
withNewImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewImageURL
public A withNewImageURL(StringBuilder arg1)
- Specified by:
withNewImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewImageURL
public A withNewImageURL(StringBuffer arg1)
- Specified by:
withNewImageURLin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
getSection
public String getSection()
- Specified by:
getSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withSection
public A withSection(String section)
- Specified by:
withSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
hasSection
public Boolean hasSection()
- Specified by:
hasSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewSection
public A withNewSection(String arg1)
- Specified by:
withNewSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewSection
public A withNewSection(StringBuilder arg1)
- Specified by:
withNewSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
withNewSection
public A withNewSection(StringBuffer arg1)
- Specified by:
withNewSectionin interfaceApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
-