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 arg1) |
A |
withNewImageURL(StringBuffer arg1) |
A |
withNewImageURL(StringBuilder arg1) |
A |
withNewSection(String arg1) |
A |
withNewSection(StringBuffer arg1) |
A |
withNewSection(StringBuilder arg1) |
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>>public A withNewImageURL(String arg1)
withNewImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withNewImageURL(StringBuilder arg1)
withNewImageURL in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withNewImageURL(StringBuffer arg1)
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>>public A withNewSection(String arg1)
withNewSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withNewSection(StringBuilder arg1)
withNewSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>public A withNewSection(StringBuffer arg1)
withNewSection in interface ApplicationMenuSpecFluent<A extends ApplicationMenuSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.