public class ApplicationMenuSpecFluentImpl<A extends ApplicationMenuSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApplicationMenuSpecFluent<A>
| Constructor and Description |
|---|
ApplicationMenuSpecFluentImpl() |
ApplicationMenuSpecFluentImpl(ApplicationMenuSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getImageURL() |
String |
getSection() |
int |
hashCode() |
Boolean |
hasImageURL() |
Boolean |
hasSection() |
A |
withImageURL(String imageURL) |
A |
withNewImageURL(String arg0)
Deprecated.
|
A |
withNewSection(String arg0)
Deprecated.
|
A |
withSection(String section) |
public ApplicationMenuSpecFluentImpl()
public ApplicationMenuSpecFluentImpl(ApplicationMenuSpec instance)
public String getImageURL()
getImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withImageURL(String imageURL)
withImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public Boolean hasImageURL()
hasImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>@Deprecated public A withNewImageURL(String arg0)
withNewImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public String getSection()
getSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withSection(String section)
withSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public Boolean hasSection()
hasSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>@Deprecated public A withNewSection(String arg0)
withNewSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.