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