public class PodPresetListFluentImpl<A extends PodPresetListFluent<A>> extends BaseFluent<A> implements PodPresetListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PodPresetListFluentImpl.ItemsNestedImpl<N> |
class |
PodPresetListFluentImpl.MetadataNestedImpl<N> |
PodPresetListFluent.ItemsNested<N>, PodPresetListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
PodPresetListFluentImpl() |
PodPresetListFluentImpl(PodPresetList instance) |
public PodPresetListFluentImpl()
public PodPresetListFluentImpl(PodPresetList instance)
public String getApiVersion()
getApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A addToItems(int index, PodPreset item)
addToItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A setToItems(int index, PodPreset item)
setToItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A addToItems(PodPreset... items)
addToItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A addAllToItems(Collection<PodPreset> items)
addAllToItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A removeFromItems(PodPreset... items)
removeFromItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A removeAllFromItems(Collection<PodPreset> items)
removeAllFromItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>@Deprecated public List<PodPreset> getItems()
getItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public List<PodPreset> buildItems()
buildItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPreset buildItem(int index)
buildItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPreset buildFirstItem()
buildFirstItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPreset buildLastItem()
buildLastItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPreset buildMatchingItem(Predicate<PodPresetBuilder> predicate)
buildMatchingItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public Boolean hasMatchingItem(Predicate<PodPresetBuilder> predicate)
hasMatchingItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withItems(List<PodPreset> items)
withItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withItems(PodPreset... items)
withItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public Boolean hasItems()
hasItems in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> addNewItem()
addNewItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> addNewItemLike(PodPreset item)
addNewItemLike in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> setNewItemLike(int index, PodPreset item)
setNewItemLike in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> editItem(int index)
editItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> editLastItem()
editLastItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.ItemsNested<A> editMatchingItem(Predicate<PodPresetBuilder> predicate)
editMatchingItem in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public String getKind()
getKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withKind(String kind)
withKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public Boolean hasKind()
hasKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface PodPresetListFluent<A extends PodPresetListFluent<A>>@Deprecated public ListMeta getMetadata()
getMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public ListMeta buildMetadata()
buildMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.MetadataNested<A> editMetadata()
editMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface PodPresetListFluent<A extends PodPresetListFluent<A>>public PodPresetListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
editOrNewMetadataLike in interface PodPresetListFluent<A extends PodPresetListFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.