public class CamelCatalogListFluentImpl<A extends CamelCatalogListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CamelCatalogListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CamelCatalogListFluentImpl.ItemsNestedImpl<N> |
CamelCatalogListFluent.ItemsNested<N>| Constructor and Description |
|---|
CamelCatalogListFluentImpl() |
CamelCatalogListFluentImpl(CamelCatalogList instance) |
public CamelCatalogListFluentImpl()
public CamelCatalogListFluentImpl(CamelCatalogList instance)
public String getApiVersion()
getApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(int[] arg1, int arg2, int arg3)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(char[] arg1)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(byte[] arg1)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(char[] arg1, int arg2, int arg3)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A addToItems(int index, CamelCatalog item)
addToItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A setToItems(int index, CamelCatalog item)
setToItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A addToItems(CamelCatalog... items)
addToItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A addAllToItems(Collection<CamelCatalog> items)
addAllToItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A removeFromItems(CamelCatalog... items)
removeFromItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A removeAllFromItems(Collection<CamelCatalog> items)
removeAllFromItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A removeMatchingFromItems(Predicate<CamelCatalogBuilder> predicate)
removeMatchingFromItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>@Deprecated public List<CamelCatalog> getItems()
getItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public List<CamelCatalog> buildItems()
buildItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalog buildItem(int index)
buildItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalog buildFirstItem()
buildFirstItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalog buildLastItem()
buildLastItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalog buildMatchingItem(Predicate<CamelCatalogBuilder> predicate)
buildMatchingItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public Boolean hasMatchingItem(Predicate<CamelCatalogBuilder> predicate)
hasMatchingItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withItems(List<CamelCatalog> items)
withItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withItems(CamelCatalog... items)
withItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public Boolean hasItems()
hasItems in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> addNewItem()
addNewItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> addNewItemLike(CamelCatalog item)
addNewItemLike in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> setNewItemLike(int index, CamelCatalog item)
setNewItemLike in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> editItem(int index)
editItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> editLastItem()
editLastItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public CamelCatalogListFluent.ItemsNested<A> editMatchingItem(Predicate<CamelCatalogBuilder> predicate)
editMatchingItem in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public String getKind()
getKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withKind(String kind)
withKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public Boolean hasKind()
hasKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(int[] arg1, int arg2, int arg3)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(char[] arg1)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(byte[] arg1, int arg2)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(byte[] arg1)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(char[] arg1, int arg2, int arg3)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3, int arg4)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.