Interface CLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleCLIDownloadSpecFluent.LinksNested<N>
- All Known Implementing Classes:
CLIDownloadLinkBuilder,CLIDownloadLinkFluentImpl,ConsoleCLIDownloadSpecFluentImpl.LinksNestedImpl
public interface CLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()StringgetText()BooleanhasHref()BooleanhasText()AwithHref(String href)AwithNewHref(String arg1)AwithNewHref(StringBuffer arg1)AwithNewHref(StringBuilder arg1)AwithNewText(String arg1)AwithNewText(StringBuffer arg1)AwithNewText(StringBuilder arg1)AwithText(String text)
-
-
-
Method Detail
-
getHref
String getHref()
-
hasHref
Boolean hasHref()
-
withNewHref
A withNewHref(StringBuilder arg1)
-
withNewHref
A withNewHref(StringBuffer arg1)
-
getText
String getText()
-
hasText
Boolean hasText()
-
withNewText
A withNewText(StringBuilder arg1)
-
withNewText
A withNewText(StringBuffer arg1)
-
-