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| Constructor and Description |
|---|
PodTemplateListFluentImpl() |
PodTemplateListFluentImpl(PodTemplateList instance) |
public PodTemplateListFluentImpl()
public PodTemplateListFluentImpl(PodTemplateList instance)
public java.lang.String getApiVersion()
getApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withApiVersion(java.lang.String apiVersion)
withApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public java.lang.Boolean hasApiVersion()
hasApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewApiVersion(java.lang.String arg1)
withNewApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewApiVersion(java.lang.StringBuilder arg1)
withNewApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewApiVersion(java.lang.StringBuffer arg1)
withNewApiVersion in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A addToItems(int index, PodTemplate item)
addToItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A setToItems(int 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(java.util.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(java.util.Collection<PodTemplate> items)
removeAllFromItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>@Deprecated public java.util.List<PodTemplate> getItems()
getItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public java.util.List<PodTemplate> buildItems()
buildItems in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplate buildItem(int 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 java.lang.Boolean hasMatchingItem(Predicate<PodTemplateBuilder> predicate)
hasMatchingItem in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withItems(java.util.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 java.lang.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(int index, PodTemplate item)
setNewItemLike in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public PodTemplateListFluent.ItemsNested<A> editItem(int 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 java.lang.String getKind()
getKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withKind(java.lang.String kind)
withKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public java.lang.Boolean hasKind()
hasKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewKind(java.lang.String arg1)
withNewKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewKind(java.lang.StringBuilder arg1)
withNewKind in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewKind(java.lang.StringBuffer arg1)
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 java.lang.Boolean hasMetadata()
hasMetadata in interface PodTemplateListFluent<A extends PodTemplateListFluent<A>>public A withNewMetadata(java.lang.String _continue, java.lang.String resourceVersion, java.lang.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>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.