Package io.fabric8.knative.messaging.v1
Class ChannelListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.messaging.v1.ChannelListFluentImpl<ChannelListBuilder>
-
- io.fabric8.knative.messaging.v1.ChannelListBuilder
-
- All Implemented Interfaces:
ChannelListFluent<ChannelListBuilder>,io.fabric8.kubernetes.api.builder.Builder<ChannelList>,io.fabric8.kubernetes.api.builder.Fluent<ChannelListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ChannelListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelList,ChannelListBuilder>
public class ChannelListBuilder extends ChannelListFluentImpl<ChannelListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelList,ChannelListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.messaging.v1.ChannelListFluentImpl
ChannelListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.messaging.v1.ChannelListFluent
ChannelListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ChannelListBuilder()ChannelListBuilder(ChannelList instance)ChannelListBuilder(ChannelListFluent<?> fluent)ChannelListBuilder(ChannelListFluent<?> fluent, ChannelList instance)ChannelListBuilder(ChannelListFluent<?> fluent, ChannelList instance, Boolean validationEnabled)ChannelListBuilder(ChannelListFluent<?> fluent, Boolean validationEnabled)ChannelListBuilder(ChannelList instance, Boolean validationEnabled)ChannelListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableChannelListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.messaging.v1.ChannelListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ChannelListBuilder
public ChannelListBuilder()
-
ChannelListBuilder
public ChannelListBuilder(Boolean validationEnabled)
-
ChannelListBuilder
public ChannelListBuilder(ChannelListFluent<?> fluent)
-
ChannelListBuilder
public ChannelListBuilder(ChannelListFluent<?> fluent, Boolean validationEnabled)
-
ChannelListBuilder
public ChannelListBuilder(ChannelListFluent<?> fluent, ChannelList instance)
-
ChannelListBuilder
public ChannelListBuilder(ChannelListFluent<?> fluent, ChannelList instance, Boolean validationEnabled)
-
ChannelListBuilder
public ChannelListBuilder(ChannelList instance)
-
ChannelListBuilder
public ChannelListBuilder(ChannelList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableChannelList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ChannelList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classChannelListFluentImpl<ChannelListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classChannelListFluentImpl<ChannelListBuilder>
-
-