Class InstallModeFluentImpl<A extends InstallModeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,InstallModeFluent<A>
- Direct Known Subclasses:
ClusterServiceVersionSpecFluentImpl.InstallModesNestedImpl,InstallModeBuilder
public class InstallModeFluentImpl<A extends InstallModeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallModeFluent<A>
-
-
Constructor Summary
Constructors Constructor Description InstallModeFluentImpl()InstallModeFluentImpl(InstallMode instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()inthashCode()BooleanhasSupported()BooleanhasType()BooleanisSupported()AwithNewSupported(boolean arg1)AwithNewSupported(String arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithSupported(Boolean supported)AwithType(String type)
-
-
-
Constructor Detail
-
InstallModeFluentImpl
public InstallModeFluentImpl()
-
InstallModeFluentImpl
public InstallModeFluentImpl(InstallMode instance)
-
-
Method Detail
-
isSupported
public Boolean isSupported()
- Specified by:
isSupportedin interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withSupported
public A withSupported(Boolean supported)
- Specified by:
withSupportedin interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
hasSupported
public Boolean hasSupported()
- Specified by:
hasSupportedin interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withNewSupported
public A withNewSupported(String arg1)
- Specified by:
withNewSupportedin interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withNewSupported
public A withNewSupported(boolean arg1)
- Specified by:
withNewSupportedin interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceInstallModeFluent<A extends InstallModeFluent<A>>
-
-