Class CouchDbSourceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluentImpl<CouchDbSourceListBuilder>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListBuilder
-
- All Implemented Interfaces:
CouchDbSourceListFluent<CouchDbSourceListBuilder>,io.fabric8.kubernetes.api.builder.Builder<CouchDbSourceList>,io.fabric8.kubernetes.api.builder.Fluent<CouchDbSourceListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CouchDbSourceListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CouchDbSourceList,CouchDbSourceListBuilder>
public class CouchDbSourceListBuilder extends CouchDbSourceListFluentImpl<CouchDbSourceListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CouchDbSourceList,CouchDbSourceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluentImpl
CouchDbSourceListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluent
CouchDbSourceListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CouchDbSourceListBuilder()CouchDbSourceListBuilder(CouchDbSourceList instance)CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent)CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, CouchDbSourceList instance)CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, CouchDbSourceList instance, Boolean validationEnabled)CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, Boolean validationEnabled)CouchDbSourceListBuilder(CouchDbSourceList instance, Boolean validationEnabled)CouchDbSourceListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableCouchDbSourceListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluentImpl
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
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder()
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(Boolean validationEnabled)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, Boolean validationEnabled)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, CouchDbSourceList instance)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceListFluent<?> fluent, CouchDbSourceList instance, Boolean validationEnabled)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceList instance)
-
CouchDbSourceListBuilder
public CouchDbSourceListBuilder(CouchDbSourceList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableCouchDbSourceList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CouchDbSourceList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCouchDbSourceListFluentImpl<CouchDbSourceListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCouchDbSourceListFluentImpl<CouchDbSourceListBuilder>
-
-