Class ChannelEntryBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntryFluent<ChannelEntryBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntryBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ChannelEntry>,io.fabric8.kubernetes.api.builder.Visitable<ChannelEntryBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelEntry,ChannelEntryBuilder>
public class ChannelEntryBuilder extends ChannelEntryFluent<ChannelEntryBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelEntry,ChannelEntryBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntryFluent
ChannelEntryFluent.DeprecationNested<N>
-
-
Constructor Summary
Constructors Constructor Description ChannelEntryBuilder()ChannelEntryBuilder(ChannelEntry instance)ChannelEntryBuilder(ChannelEntryFluent<?> fluent)ChannelEntryBuilder(ChannelEntryFluent<?> fluent, ChannelEntry instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelEntrybuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntryFluent
addToAdditionalProperties, addToAdditionalProperties, buildDeprecation, copyInstance, editDeprecation, editOrNewDeprecation, editOrNewDeprecationLike, equals, getAdditionalProperties, getName, getVersion, hasAdditionalProperties, hasDeprecation, hashCode, hasName, hasVersion, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDeprecation, withName, withNewDeprecation, withNewDeprecation, withNewDeprecationLike, withVersion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ChannelEntryBuilder
public ChannelEntryBuilder()
-
ChannelEntryBuilder
public ChannelEntryBuilder(ChannelEntryFluent<?> fluent)
-
ChannelEntryBuilder
public ChannelEntryBuilder(ChannelEntry instance)
-
ChannelEntryBuilder
public ChannelEntryBuilder(ChannelEntryFluent<?> fluent, ChannelEntry instance)
-
-
Method Detail
-
build
public ChannelEntry build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ChannelEntry>
-
-