Class CouchDbSourceListFluentImpl<A extends CouchDbSourceListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluentImpl<A>
-
- All Implemented Interfaces:
CouchDbSourceListFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
CouchDbSourceListBuilder
public class CouchDbSourceListFluentImpl<A extends CouchDbSourceListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CouchDbSourceListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCouchDbSourceListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceListFluent
CouchDbSourceListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CouchDbSourceListFluentImpl()CouchDbSourceListFluentImpl(CouchDbSourceList instance)
-
Method Summary
-
-
-
Constructor Detail
-
CouchDbSourceListFluentImpl
public CouchDbSourceListFluentImpl()
-
CouchDbSourceListFluentImpl
public CouchDbSourceListFluentImpl(CouchDbSourceList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
addToItems
public A addToItems(int index, CouchDbSource item)
- Specified by:
addToItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
setToItems
public A setToItems(int index, CouchDbSource item)
- Specified by:
setToItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
addToItems
public A addToItems(CouchDbSource... items)
- Specified by:
addToItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<CouchDbSource> items)
- Specified by:
addAllToItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
removeFromItems
public A removeFromItems(CouchDbSource... items)
- Specified by:
removeFromItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<CouchDbSource> items)
- Specified by:
removeAllFromItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<CouchDbSourceBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
getItems
@Deprecated public List<CouchDbSource> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<CouchDbSource> buildItems()
- Specified by:
buildItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
buildItem
public CouchDbSource buildItem(int index)
- Specified by:
buildItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
buildFirstItem
public CouchDbSource buildFirstItem()
- Specified by:
buildFirstItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
buildLastItem
public CouchDbSource buildLastItem()
- Specified by:
buildLastItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
buildMatchingItem
public CouchDbSource buildMatchingItem(Predicate<CouchDbSourceBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<CouchDbSourceBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withItems
public A withItems(List<CouchDbSource> items)
- Specified by:
withItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withItems
public A withItems(CouchDbSource... items)
- Specified by:
withItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
addNewItem
public CouchDbSourceListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
addNewItemLike
public CouchDbSourceListFluent.ItemsNested<A> addNewItemLike(CouchDbSource item)
- Specified by:
addNewItemLikein interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
setNewItemLike
public CouchDbSourceListFluent.ItemsNested<A> setNewItemLike(int index, CouchDbSource item)
- Specified by:
setNewItemLikein interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
editItem
public CouchDbSourceListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
editFirstItem
public CouchDbSourceListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
editLastItem
public CouchDbSourceListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
editMatchingItem
public CouchDbSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<CouchDbSourceBuilder> predicate)
- Specified by:
editMatchingItemin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceCouchDbSourceListFluent<A extends CouchDbSourceListFluent<A>>
-
-