Class InstallModeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluentImpl<InstallModeBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallMode>,io.fabric8.kubernetes.api.builder.Fluent<InstallModeBuilder>,io.fabric8.kubernetes.api.builder.Visitable<InstallModeBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallMode,InstallModeBuilder>,InstallModeFluent<InstallModeBuilder>
public class InstallModeBuilder extends InstallModeFluentImpl<InstallModeBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallMode,InstallModeBuilder>
-
-
Constructor Summary
Constructors Constructor Description InstallModeBuilder()InstallModeBuilder(InstallMode instance)InstallModeBuilder(InstallModeFluent<?> fluent)InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance)InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance, Boolean validationEnabled)InstallModeBuilder(InstallModeFluent<?> fluent, Boolean validationEnabled)InstallModeBuilder(InstallMode instance, Boolean validationEnabled)InstallModeBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallModebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluentImpl
getType, hasSupported, hasType, isSupported, withNewSupported, withNewSupported, withNewType, withNewType, withNewType, withSupported, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
InstallModeBuilder
public InstallModeBuilder()
-
InstallModeBuilder
public InstallModeBuilder(Boolean validationEnabled)
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent)
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent, Boolean validationEnabled)
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance)
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance, Boolean validationEnabled)
-
InstallModeBuilder
public InstallModeBuilder(InstallMode instance)
-
InstallModeBuilder
public InstallModeBuilder(InstallMode instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public InstallMode build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallMode>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classInstallModeFluentImpl<InstallModeBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInstallModeFluentImpl<InstallModeBuilder>
-
-