public class StorageListFluentImpl<A extends StorageListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StorageListFluent<A>
StorageListFluent.ItemsNested<N>| Constructor and Description |
|---|
StorageListFluentImpl() |
StorageListFluentImpl(StorageList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>public A addToItems(int index, Storage item)
addToItems in interface StorageListFluent<A extends StorageListFluent<A>>public A setToItems(int 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(int 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(int index, Storage item)
setNewItemLike in interface StorageListFluent<A extends StorageListFluent<A>>public StorageListFluent.ItemsNested<A> editItem(int 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>>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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface StorageListFluent<A extends StorageListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.