Package io.fabric8.knative.messaging.v1
Class InMemoryChannelListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.messaging.v1.InMemoryChannelListFluentImpl<InMemoryChannelListBuilder>
-
- io.fabric8.knative.messaging.v1.InMemoryChannelListBuilder
-
- All Implemented Interfaces:
InMemoryChannelListFluent<InMemoryChannelListBuilder>,io.fabric8.kubernetes.api.builder.Builder<InMemoryChannelList>,io.fabric8.kubernetes.api.builder.Fluent<InMemoryChannelListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<InMemoryChannelListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InMemoryChannelList,InMemoryChannelListBuilder>
public class InMemoryChannelListBuilder extends InMemoryChannelListFluentImpl<InMemoryChannelListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InMemoryChannelList,InMemoryChannelListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.messaging.v1.InMemoryChannelListFluentImpl
InMemoryChannelListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.messaging.v1.InMemoryChannelListFluent
InMemoryChannelListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description InMemoryChannelListBuilder()InMemoryChannelListBuilder(InMemoryChannelList instance)InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent)InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, InMemoryChannelList instance)InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, InMemoryChannelList instance, Boolean validationEnabled)InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, Boolean validationEnabled)InMemoryChannelListBuilder(InMemoryChannelList instance, Boolean validationEnabled)InMemoryChannelListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableInMemoryChannelListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.messaging.v1.InMemoryChannelListFluentImpl
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
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder()
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(Boolean validationEnabled)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, Boolean validationEnabled)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, InMemoryChannelList instance)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelListFluent<?> fluent, InMemoryChannelList instance, Boolean validationEnabled)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelList instance)
-
InMemoryChannelListBuilder
public InMemoryChannelListBuilder(InMemoryChannelList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableInMemoryChannelList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InMemoryChannelList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classInMemoryChannelListFluentImpl<InMemoryChannelListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInMemoryChannelListFluentImpl<InMemoryChannelListBuilder>
-
-