public class ProjectFluentImpl<T extends ProjectFluent<T>> extends BaseFluent<T> implements ProjectFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectFluentImpl.MetadataNestedImpl<N> |
class |
ProjectFluentImpl.SpecNestedImpl<N> |
class |
ProjectFluentImpl.StatusNestedImpl<N> |
ProjectFluent.MetadataNested<N>, ProjectFluent.SpecNested<N>, ProjectFluent.StatusNested<N>_visitables| Constructor and Description |
|---|
ProjectFluentImpl() |
ProjectFluentImpl(Project instance) |
public ProjectFluentImpl()
public ProjectFluentImpl(Project instance)
public Project.ApiVersion getApiVersion()
getApiVersion in interface ProjectFluent<T extends ProjectFluent<T>>public T withApiVersion(Project.ApiVersion apiVersion)
withApiVersion in interface ProjectFluent<T extends ProjectFluent<T>>public String getKind()
getKind in interface ProjectFluent<T extends ProjectFluent<T>>public T withKind(String kind)
withKind in interface ProjectFluent<T extends ProjectFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface ProjectFluent<T extends ProjectFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.MetadataNested<T> editMetadata()
editMetadata in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectSpec getSpec()
getSpec in interface ProjectFluent<T extends ProjectFluent<T>>public T withSpec(ProjectSpec spec)
withSpec in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.SpecNested<T> withNewSpec()
withNewSpec in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.SpecNested<T> withNewSpecLike(ProjectSpec item)
withNewSpecLike in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.SpecNested<T> editSpec()
editSpec in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectStatus getStatus()
getStatus in interface ProjectFluent<T extends ProjectFluent<T>>public T withStatus(ProjectStatus status)
withStatus in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.StatusNested<T> withNewStatus()
withNewStatus in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.StatusNested<T> withNewStatusLike(ProjectStatus item)
withNewStatusLike in interface ProjectFluent<T extends ProjectFluent<T>>public ProjectFluent.StatusNested<T> editStatus()
editStatus in interface ProjectFluent<T extends ProjectFluent<T>>public T withNewStatus(String phase)
withNewStatus in interface ProjectFluent<T extends ProjectFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProjectFluent<T extends ProjectFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.