public interface V2alpha1CronJobListFluent<A extends V2alpha1CronJobListFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V2alpha1CronJobListFluent.ItemsNested<N> |
static interface |
V2alpha1CronJobListFluent.MetadataNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addToItems(int index, V2alpha1CronJob item)
A setToItems(int index, V2alpha1CronJob item)
A addToItems(V2alpha1CronJob... items)
A addAllToItems(Collection<V2alpha1CronJob> items)
A removeFromItems(V2alpha1CronJob... items)
A removeAllFromItems(Collection<V2alpha1CronJob> items)
@Deprecated List<V2alpha1CronJob> getItems()
List<V2alpha1CronJob> buildItems()
V2alpha1CronJob buildItem(int index)
V2alpha1CronJob buildFirstItem()
V2alpha1CronJob buildLastItem()
V2alpha1CronJob buildMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
Boolean hasMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
A withItems(List<V2alpha1CronJob> items)
A withItems(V2alpha1CronJob... items)
Boolean hasItems()
V2alpha1CronJobListFluent.ItemsNested<A> addNewItem()
V2alpha1CronJobListFluent.ItemsNested<A> addNewItemLike(V2alpha1CronJob item)
V2alpha1CronJobListFluent.ItemsNested<A> setNewItemLike(int index, V2alpha1CronJob item)
V2alpha1CronJobListFluent.ItemsNested<A> editItem(int index)
V2alpha1CronJobListFluent.ItemsNested<A> editFirstItem()
V2alpha1CronJobListFluent.ItemsNested<A> editLastItem()
V2alpha1CronJobListFluent.ItemsNested<A> editMatchingItem(Predicate<V2alpha1CronJobBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ListMeta getMetadata()
V1ListMeta buildMetadata()
A withMetadata(V1ListMeta metadata)
Boolean hasMetadata()
V2alpha1CronJobListFluent.MetadataNested<A> withNewMetadata()
V2alpha1CronJobListFluent.MetadataNested<A> withNewMetadataLike(V1ListMeta item)
V2alpha1CronJobListFluent.MetadataNested<A> editMetadata()
V2alpha1CronJobListFluent.MetadataNested<A> editOrNewMetadata()
V2alpha1CronJobListFluent.MetadataNested<A> editOrNewMetadataLike(V1ListMeta item)
Copyright © 2019. All rights reserved.