public class CSINodeListFluentImpl<A extends CSINodeListFluent<A>> extends BaseFluent<A> implements CSINodeListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CSINodeListFluentImpl.ItemsNestedImpl<N> |
class |
CSINodeListFluentImpl.MetadataNestedImpl<N> |
CSINodeListFluent.ItemsNested<N>, CSINodeListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
CSINodeListFluentImpl() |
CSINodeListFluentImpl(CSINodeList instance) |
public CSINodeListFluentImpl()
public CSINodeListFluentImpl(CSINodeList instance)
public String getApiVersion()
getApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A addToItems(int index, CSINode item)
addToItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A setToItems(int index, CSINode item)
setToItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A addToItems(CSINode... items)
addToItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A addAllToItems(Collection<CSINode> items)
addAllToItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A removeFromItems(CSINode... items)
removeFromItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A removeAllFromItems(Collection<CSINode> items)
removeAllFromItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A removeMatchingFromItems(Predicate<CSINodeBuilder> predicate)
removeMatchingFromItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>@Deprecated public List<CSINode> getItems()
getItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public List<CSINode> buildItems()
buildItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINode buildItem(int index)
buildItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINode buildFirstItem()
buildFirstItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINode buildLastItem()
buildLastItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINode buildMatchingItem(Predicate<CSINodeBuilder> predicate)
buildMatchingItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public Boolean hasMatchingItem(Predicate<CSINodeBuilder> predicate)
hasMatchingItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withItems(List<CSINode> items)
withItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withItems(CSINode... items)
withItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public Boolean hasItems()
hasItems in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> addNewItem()
addNewItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> addNewItemLike(CSINode item)
addNewItemLike in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> setNewItemLike(int index, CSINode item)
setNewItemLike in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> editItem(int index)
editItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> editLastItem()
editLastItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.ItemsNested<A> editMatchingItem(Predicate<CSINodeBuilder> predicate)
editMatchingItem in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public String getKind()
getKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withKind(String kind)
withKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public Boolean hasKind()
hasKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CSINodeListFluent<A extends CSINodeListFluent<A>>@Deprecated public ListMeta getMetadata()
getMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public ListMeta buildMetadata()
buildMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.MetadataNested<A> editMetadata()
editMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface CSINodeListFluent<A extends CSINodeListFluent<A>>public CSINodeListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike in interface CSINodeListFluent<A extends CSINodeListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.