Class ConsoleCLIDownloadBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluentImpl<ConsoleCLIDownloadBuilder>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ConsoleCLIDownload>,io.fabric8.kubernetes.api.builder.Fluent<ConsoleCLIDownloadBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ConsoleCLIDownloadBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsoleCLIDownload,ConsoleCLIDownloadBuilder>,ConsoleCLIDownloadFluent<ConsoleCLIDownloadBuilder>
public class ConsoleCLIDownloadBuilder extends ConsoleCLIDownloadFluentImpl<ConsoleCLIDownloadBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsoleCLIDownload,ConsoleCLIDownloadBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluentImpl
ConsoleCLIDownloadFluentImpl.MetadataNestedImpl<N>, ConsoleCLIDownloadFluentImpl.SpecNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluent
ConsoleCLIDownloadFluent.MetadataNested<N>, ConsoleCLIDownloadFluent.SpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsoleCLIDownloadBuilder()ConsoleCLIDownloadBuilder(ConsoleCLIDownload instance)ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent)ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, ConsoleCLIDownload instance)ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, ConsoleCLIDownload instance, Boolean validationEnabled)ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, Boolean validationEnabled)ConsoleCLIDownloadBuilder(ConsoleCLIDownload instance, Boolean validationEnabled)ConsoleCLIDownloadBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleCLIDownloadbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluentImpl
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, getApiVersion, getKind, getMetadata, getSpec, hasApiVersion, hasKind, hasMetadata, hasSpec, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder()
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(Boolean validationEnabled)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, Boolean validationEnabled)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, ConsoleCLIDownload instance)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownloadFluent<?> fluent, ConsoleCLIDownload instance, Boolean validationEnabled)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownload instance)
-
ConsoleCLIDownloadBuilder
public ConsoleCLIDownloadBuilder(ConsoleCLIDownload instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ConsoleCLIDownload build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ConsoleCLIDownload>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classConsoleCLIDownloadFluentImpl<ConsoleCLIDownloadBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classConsoleCLIDownloadFluentImpl<ConsoleCLIDownloadBuilder>
-
-