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