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