public class CronJobListFluentImpl<A extends CronJobListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CronJobListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CronJobListFluentImpl.ItemsNestedImpl<N> |
CronJobListFluent.ItemsNested<N>| Constructor and Description |
|---|
CronJobListFluentImpl() |
CronJobListFluentImpl(CronJobList instance) |
public CronJobListFluentImpl()
public CronJobListFluentImpl(CronJobList instance)
public String getApiVersion()
getApiVersion in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CronJobListFluent<A extends CronJobListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CronJobListFluent<A extends CronJobListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface CronJobListFluent<A extends CronJobListFluent<A>>public A addToItems(int index, CronJob item)
addToItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A setToItems(int index, CronJob item)
setToItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A addToItems(CronJob... items)
addToItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A addAllToItems(Collection<CronJob> items)
addAllToItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A removeFromItems(CronJob... items)
removeFromItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A removeAllFromItems(Collection<CronJob> items)
removeAllFromItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A removeMatchingFromItems(Predicate<CronJobBuilder> predicate)
removeMatchingFromItems in interface CronJobListFluent<A extends CronJobListFluent<A>>@Deprecated public List<CronJob> getItems()
getItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public List<CronJob> buildItems()
buildItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJob buildItem(int index)
buildItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJob buildFirstItem()
buildFirstItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJob buildLastItem()
buildLastItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJob buildMatchingItem(Predicate<CronJobBuilder> predicate)
buildMatchingItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public Boolean hasMatchingItem(Predicate<CronJobBuilder> predicate)
hasMatchingItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withItems(List<CronJob> items)
withItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withItems(CronJob... items)
withItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public Boolean hasItems()
hasItems in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> addNewItem()
addNewItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> addNewItemLike(CronJob item)
addNewItemLike in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> setNewItemLike(int index, CronJob item)
setNewItemLike in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> editItem(int index)
editItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> editLastItem()
editLastItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public CronJobListFluent.ItemsNested<A> editMatchingItem(Predicate<CronJobBuilder> predicate)
editMatchingItem in interface CronJobListFluent<A extends CronJobListFluent<A>>public String getKind()
getKind in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withKind(String kind)
withKind in interface CronJobListFluent<A extends CronJobListFluent<A>>public Boolean hasKind()
hasKind in interface CronJobListFluent<A extends CronJobListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface CronJobListFluent<A extends CronJobListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface CronJobListFluent<A extends CronJobListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CronJobListFluent<A extends CronJobListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface CronJobListFluent<A extends CronJobListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.