public interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getImageURL() |
String |
getSection() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasImageURL() |
Boolean |
hasSection() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withImageURL(String imageURL) |
A |
withNewImageURL(String arg0)
Deprecated.
|
A |
withNewSection(String arg0)
Deprecated.
|
A |
withSection(String section) |
String getImageURL()
Boolean hasImageURL()
@Deprecated A withNewImageURL(String arg0)
String getSection()
Boolean hasSection()
@Deprecated A withNewSection(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.