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