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