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