public class PodTemplateListFluentImpl<A extends PodTemplateListFluent<A>> extends BaseFluent<A> implements PodTemplateListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PodTemplateListFluentImpl.ItemsNestedImpl<N> |
class |
PodTemplateListFluentImpl.MetadataNestedImpl<N> |
PodTemplateListFluent.ItemsNested<N>, PodTemplateListFluent.MetadataNested<N>_visitables, VISIT| Constructor and Description |
|---|
PodTemplateListFluentImpl() |
PodTemplateListFluentImpl(PodTemplateList instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PodTemplateListFluentImpl()
public PodTemplateListFluentImpl(PodTemplateList instance)
public String getApiVersion()
getApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A addToItems(Integer index, PodTemplate item)
addToItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A setToItems(Integer index, PodTemplate item)
setToItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A addToItems(PodTemplate... items)
addToItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A addAllToItems(Collection<PodTemplate> items)
addAllToItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A removeFromItems(PodTemplate... items)
removeFromItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A removeAllFromItems(Collection<PodTemplate> items)
removeAllFromItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A removeMatchingFromItems(Predicate<PodTemplateBuilder> predicate)
removeMatchingFromItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>@Deprecated public List<PodTemplate> getItems()
getItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public List<PodTemplate> buildItems()
buildItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplate buildItem(Integer index)
buildItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplate buildFirstItem()
buildFirstItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplate buildLastItem()
buildLastItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplate buildMatchingItem(Predicate<PodTemplateBuilder> predicate)
buildMatchingItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public Boolean hasMatchingItem(Predicate<PodTemplateBuilder> predicate)
hasMatchingItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withItems(List<PodTemplate> items)
withItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withItems(PodTemplate... items)
withItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public Boolean hasItems()
hasItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> addNewItem()
addNewItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> addNewItemLike(PodTemplate item)
addNewItemLike in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> setNewItemLike(Integer index, PodTemplate item)
setNewItemLike in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> editLastItem()
editLastItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> editMatchingItem(Predicate<PodTemplateBuilder> predicate)
editMatchingItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public String getKind()
getKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withKind(String kind)
withKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public Boolean hasKind()
hasKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>@Deprecated public ListMeta getMetadata()
getMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public ListMeta buildMetadata()
buildMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.MetadataNested<A> editMetadata()
editMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.