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