public class NodeListFluentImpl<T extends NodeListFluent<T>> extends BaseFluent<T> implements NodeListFluent<T>
| 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<T extends NodeListFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface NodeListFluent<T extends NodeListFluent<T>>public T addToItems(Node... items)
addToItems in interface NodeListFluent<T extends NodeListFluent<T>>public T removeFromItems(Node... items)
removeFromItems in interface NodeListFluent<T extends NodeListFluent<T>>public List<Node> getItems()
getItems in interface NodeListFluent<T extends NodeListFluent<T>>public T withItems(List<Node> items)
withItems in interface NodeListFluent<T extends NodeListFluent<T>>public T withItems(Node... items)
withItems in interface NodeListFluent<T extends NodeListFluent<T>>public NodeListFluent.ItemsNested<T> addNewItem()
addNewItem in interface NodeListFluent<T extends NodeListFluent<T>>public NodeListFluent.ItemsNested<T> addNewItemLike(Node item)
addNewItemLike in interface NodeListFluent<T extends NodeListFluent<T>>public String getKind()
getKind in interface NodeListFluent<T extends NodeListFluent<T>>public T withKind(String kind)
withKind in interface NodeListFluent<T extends NodeListFluent<T>>public ListMeta getMetadata()
getMetadata in interface NodeListFluent<T extends NodeListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface NodeListFluent<T extends NodeListFluent<T>>public NodeListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface NodeListFluent<T extends NodeListFluent<T>>public NodeListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface NodeListFluent<T extends NodeListFluent<T>>public NodeListFluent.MetadataNested<T> editMetadata()
editMetadata in interface NodeListFluent<T extends NodeListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface NodeListFluent<T extends NodeListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeListFluent<T extends NodeListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.