public class ProjectListFluentImpl<A extends ProjectListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProjectListFluent<A>
ProjectListFluent.ItemsNested<N>| Constructor and Description |
|---|
ProjectListFluentImpl() |
ProjectListFluentImpl(ProjectList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProjectListFluentImpl()
public ProjectListFluentImpl(ProjectList instance)
public String getApiVersion()
getApiVersion in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ProjectListFluent<A extends ProjectListFluent<A>>public A addToItems(Integer index, Project item)
addToItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A setToItems(Integer index, Project item)
setToItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A addToItems(Project... items)
addToItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A addAllToItems(Collection<Project> items)
addAllToItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A removeFromItems(Project... items)
removeFromItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A removeAllFromItems(Collection<Project> items)
removeAllFromItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A removeMatchingFromItems(Predicate<ProjectBuilder> predicate)
removeMatchingFromItems in interface ProjectListFluent<A extends ProjectListFluent<A>>@Deprecated public List<Project> getItems()
getItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public List<Project> buildItems()
buildItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public Project buildItem(Integer index)
buildItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public Project buildFirstItem()
buildFirstItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public Project buildLastItem()
buildLastItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public Project buildMatchingItem(Predicate<ProjectBuilder> predicate)
buildMatchingItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasMatchingItem(Predicate<ProjectBuilder> predicate)
hasMatchingItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withItems(List<Project> items)
withItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withItems(Project... items)
withItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasItems()
hasItems in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> addNewItemLike(Project item)
addNewItemLike in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> setNewItemLike(Integer index, Project item)
setNewItemLike in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public ProjectListFluent.ItemsNested<A> editMatchingItem(Predicate<ProjectBuilder> predicate)
editMatchingItem in interface ProjectListFluent<A extends ProjectListFluent<A>>public String getKind()
getKind in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withKind(String kind)
withKind in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasKind()
hasKind in interface ProjectListFluent<A extends ProjectListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ProjectListFluent<A extends ProjectListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ProjectListFluent<A extends ProjectListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProjectListFluent<A extends ProjectListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProjectListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProjectListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.