public interface LinkFluent<A extends LinkFluent<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 arg1) |
A |
withNewHref(StringBuffer arg1) |
A |
withNewHref(StringBuilder arg1) |
A |
withNewText(String arg1) |
A |
withNewText(StringBuffer arg1) |
A |
withNewText(StringBuilder arg1) |
A |
withText(String text) |
String getHref()
Boolean hasHref()
A withNewHref(StringBuilder arg1)
A withNewHref(StringBuffer arg1)
String getText()
Boolean hasText()
A withNewText(StringBuilder arg1)
A withNewText(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.