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