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 |
withNewSupported(boolean arg1) |
A |
withNewSupported(String arg1) |
A |
withNewType(byte[] arg1) |
A |
withNewType(byte[] arg1,
int arg2) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewType(char[] arg1) |
A |
withNewType(char[] arg1,
int arg2,
int arg3) |
A |
withNewType(int[] arg1,
int arg2,
int arg3) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
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 A withNewSupported(String arg1)
withNewSupported in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewSupported(boolean arg1)
withNewSupported 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>>public A withNewType(StringBuilder arg1)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(int[] arg1, int arg2, int arg3)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(char[] arg1)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(byte[] arg1, int arg2)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(byte[] arg1)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(char[] arg1, int arg2, int arg3)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(byte[] arg1, int arg2, int arg3)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>public A withNewType(String arg1)
withNewType in interface InstallModeFluent<A extends InstallModeFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.