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