public interface CLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getHref() |
String |
getText() |
Boolean |
hasHref() |
Boolean |
hasText() |
A |
withHref(String href) |
A |
withNewHref(String arg0)
Deprecated.
|
A |
withNewText(String arg0)
Deprecated.
|
A |
withText(String text) |
String getHref()
Boolean hasHref()
@Deprecated A withNewHref(String arg0)
String getText()
Boolean hasText()
@Deprecated A withNewText(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.