public class InstallModeFluentImpl<A extends InstallModeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallModeFluent<A>
| Constructor and Description |
|---|
InstallModeFluentImpl() |
InstallModeFluentImpl(InstallMode instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getSupported() |
String |
getType() |
int |
hashCode() |
Boolean |
hasSupported() |
Boolean |
hasType() |
A |
withNewType(String arg0)
Deprecated.
|
A |
withSupported(Boolean supported) |
A |
withType(String type) |
public InstallModeFluentImpl()
public InstallModeFluentImpl(InstallMode instance)
public Boolean getSupported()
getSupported in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withSupported(Boolean supported)
withSupported in interface InstallModeFluent<A extends InstallModeFluent<A>>public Boolean hasSupported()
hasSupported in interface InstallModeFluent<A extends InstallModeFluent<A>>public String getType()
getType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withType(String type)
withType in interface InstallModeFluent<A extends InstallModeFluent<A>>public Boolean hasType()
hasType in interface InstallModeFluent<A extends InstallModeFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.