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