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