Interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleLinkSpecFluent.ApplicationMenuNested<N>
- All Known Implementing Classes:
ApplicationMenuSpecBuilder,ApplicationMenuSpecFluentImpl,ConsoleLinkSpecFluentImpl.ApplicationMenuNestedImpl
public interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImageURL()StringgetSection()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)
-
-
-
Method Detail
-
getImageURL
String getImageURL()
-
hasImageURL
Boolean hasImageURL()
-
withNewImageURL
A withNewImageURL(StringBuilder arg1)
-
withNewImageURL
A withNewImageURL(StringBuffer arg1)
-
getSection
String getSection()
-
hasSection
Boolean hasSection()
-
withNewSection
A withNewSection(StringBuilder arg1)
-
withNewSection
A withNewSection(StringBuffer arg1)
-
-