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