public class NamespaceListFluentImpl<T extends NamespaceListFluent<T>> extends BaseFluent<T> implements NamespaceListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceListFluentImpl.ItemsNestedImpl<N> |
class |
NamespaceListFluentImpl.MetadataNestedImpl<N> |
NamespaceListFluent.ItemsNested<N>, NamespaceListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
NamespaceListFluentImpl() |
NamespaceListFluentImpl(NamespaceList instance) |
public NamespaceListFluentImpl()
public NamespaceListFluentImpl(NamespaceList instance)
public String getApiVersion()
getApiVersion in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T addToItems(Namespace... items)
addToItems in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T removeFromItems(Namespace... items)
removeFromItems in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public List<Namespace> getItems()
getItems in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withItems(List<Namespace> items)
withItems in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withItems(Namespace... items)
withItems in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public NamespaceListFluent.ItemsNested<T> addNewItem()
addNewItem in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public NamespaceListFluent.ItemsNested<T> addNewItemLike(Namespace item)
addNewItemLike in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public String getKind()
getKind in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withKind(String kind)
withKind in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public ListMeta getMetadata()
getMetadata in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public NamespaceListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public NamespaceListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public NamespaceListFluent.MetadataNested<T> editMetadata()
editMetadata in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamespaceListFluent<T extends NamespaceListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.