public class CatalogSourceListFluentImpl<A extends CatalogSourceListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CatalogSourceListFluent<A>
CatalogSourceListFluent.ItemsNested<N>| Constructor and Description |
|---|
CatalogSourceListFluentImpl() |
CatalogSourceListFluentImpl(CatalogSourceList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CatalogSourceListFluentImpl()
public CatalogSourceListFluentImpl(CatalogSourceList instance)
public String getApiVersion()
getApiVersion in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A addToItems(Integer index, CatalogSource item)
addToItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A setToItems(Integer index, CatalogSource item)
setToItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A addToItems(CatalogSource... items)
addToItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A addAllToItems(Collection<CatalogSource> items)
addAllToItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A removeFromItems(CatalogSource... items)
removeFromItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A removeAllFromItems(Collection<CatalogSource> items)
removeAllFromItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A removeMatchingFromItems(Predicate<CatalogSourceBuilder> predicate)
removeMatchingFromItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>@Deprecated public List<CatalogSource> getItems()
getItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public List<CatalogSource> buildItems()
buildItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSource buildItem(Integer index)
buildItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSource buildFirstItem()
buildFirstItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSource buildLastItem()
buildLastItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSource buildMatchingItem(Predicate<CatalogSourceBuilder> predicate)
buildMatchingItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasMatchingItem(Predicate<CatalogSourceBuilder> predicate)
hasMatchingItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withItems(List<CatalogSource> items)
withItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withItems(CatalogSource... items)
withItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasItems()
hasItems in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> addNewItem()
addNewItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> addNewItemLike(CatalogSource item)
addNewItemLike in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> setNewItemLike(Integer index, CatalogSource item)
setNewItemLike in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> editLastItem()
editLastItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public CatalogSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<CatalogSourceBuilder> predicate)
editMatchingItem in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public String getKind()
getKind in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withKind(String kind)
withKind in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasKind()
hasKind in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CatalogSourceListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CatalogSourceListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.