Uses of Class
io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSource
-
Packages that use CouchDbSource Package Description io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 -
-
Uses of CouchDbSource in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1
Subclasses of CouchDbSource in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 Modifier and Type Class Description classEditableCouchDbSourceMethods in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 that return CouchDbSource Modifier and Type Method Description CouchDbSourceCouchDbSourceListFluent. buildFirstItem()CouchDbSourceCouchDbSourceListFluentImpl. buildFirstItem()CouchDbSourceCouchDbSourceListFluent. buildItem(int index)CouchDbSourceCouchDbSourceListFluentImpl. buildItem(int index)CouchDbSourceCouchDbSourceListFluent. buildLastItem()CouchDbSourceCouchDbSourceListFluentImpl. buildLastItem()CouchDbSourceCouchDbSourceListFluent. buildMatchingItem(Predicate<CouchDbSourceBuilder> predicate)CouchDbSourceCouchDbSourceListFluentImpl. buildMatchingItem(Predicate<CouchDbSourceBuilder> predicate)Methods in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 that return types with arguments of type CouchDbSource Modifier and Type Method Description List<CouchDbSource>CouchDbSourceListFluent. buildItems()List<CouchDbSource>CouchDbSourceListFluentImpl. buildItems()List<CouchDbSource>CouchDbSourceList. getItems()List<CouchDbSource>CouchDbSourceListFluent. getItems()Deprecated.List<CouchDbSource>CouchDbSourceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 with parameters of type CouchDbSource Modifier and Type Method Description CouchDbSourceListFluent.ItemsNested<A>CouchDbSourceListFluent. addNewItemLike(CouchDbSource item)CouchDbSourceListFluent.ItemsNested<A>CouchDbSourceListFluentImpl. addNewItemLike(CouchDbSource item)ACouchDbSourceListFluent. addToItems(int index, CouchDbSource item)ACouchDbSourceListFluent. addToItems(CouchDbSource... items)ACouchDbSourceListFluentImpl. addToItems(int index, CouchDbSource item)ACouchDbSourceListFluentImpl. addToItems(CouchDbSource... items)ACouchDbSourceListFluent. removeFromItems(CouchDbSource... items)ACouchDbSourceListFluentImpl. removeFromItems(CouchDbSource... items)CouchDbSourceListFluent.ItemsNested<A>CouchDbSourceListFluent. setNewItemLike(int index, CouchDbSource item)CouchDbSourceListFluent.ItemsNested<A>CouchDbSourceListFluentImpl. setNewItemLike(int index, CouchDbSource item)ACouchDbSourceListFluent. setToItems(int index, CouchDbSource item)ACouchDbSourceListFluentImpl. setToItems(int index, CouchDbSource item)ACouchDbSourceListFluent. withItems(CouchDbSource... items)ACouchDbSourceListFluentImpl. withItems(CouchDbSource... items)Method parameters in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 with type arguments of type CouchDbSource Modifier and Type Method Description ACouchDbSourceListFluent. addAllToItems(Collection<CouchDbSource> items)ACouchDbSourceListFluentImpl. addAllToItems(Collection<CouchDbSource> items)ACouchDbSourceListFluent. removeAllFromItems(Collection<CouchDbSource> items)ACouchDbSourceListFluentImpl. removeAllFromItems(Collection<CouchDbSource> items)voidCouchDbSourceList. setItems(List<CouchDbSource> items)ACouchDbSourceListFluent. withItems(List<CouchDbSource> items)ACouchDbSourceListFluentImpl. withItems(List<CouchDbSource> items)Constructors in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 with parameters of type CouchDbSource Constructor Description CouchDbSourceBuilder(CouchDbSource instance)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance, Boolean validationEnabled)CouchDbSourceBuilder(CouchDbSource instance, Boolean validationEnabled)CouchDbSourceFluentImpl(CouchDbSource instance)Constructor parameters in io.fabric8.knative.eventing.contrib.couchdb.v1alpha1 with type arguments of type CouchDbSource Constructor Description CouchDbSourceList(String apiVersion, List<CouchDbSource> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)EditableCouchDbSourceList(String apiVersion, List<CouchDbSource> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-