public class RouteListFluentImpl<A extends RouteListFluent<A>> extends BaseFluent<A> implements RouteListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RouteListFluentImpl.ItemsNestedImpl<N> |
RouteListFluent.ItemsNested<N>_visitables| Constructor and Description |
|---|
RouteListFluentImpl() |
RouteListFluentImpl(RouteList instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToItems(java.util.Collection<Route> items) |
RouteListFluent.ItemsNested<A> |
addNewItem() |
RouteListFluent.ItemsNested<A> |
addNewItemLike(Route item) |
A |
addToItems(int index,
Route item) |
A |
addToItems(Route... items) |
Route |
buildFirstItem() |
Route |
buildItem(int index) |
java.util.List<Route> |
buildItems() |
Route |
buildLastItem() |
Route |
buildMatchingItem(Predicate<RouteBuilder> predicate) |
RouteListFluent.ItemsNested<A> |
editFirstItem() |
RouteListFluent.ItemsNested<A> |
editItem(int index) |
RouteListFluent.ItemsNested<A> |
editLastItem() |
RouteListFluent.ItemsNested<A> |
editMatchingItem(Predicate<RouteBuilder> predicate) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiVersion() |
java.util.List<Route> |
getItems()
Deprecated.
|
java.lang.String |
getKind() |
ListMeta |
getMetadata() |
java.lang.Boolean |
hasApiVersion() |
java.lang.Boolean |
hasItems() |
java.lang.Boolean |
hasKind() |
java.lang.Boolean |
hasMatchingItem(Predicate<RouteBuilder> predicate) |
java.lang.Boolean |
hasMetadata() |
A |
removeAllFromItems(java.util.Collection<Route> items) |
A |
removeFromItems(Route... items) |
RouteListFluent.ItemsNested<A> |
setNewItemLike(int index,
Route item) |
A |
setToItems(int index,
Route item) |
A |
withApiVersion(java.lang.String apiVersion) |
A |
withItems(java.util.List<Route> items) |
A |
withItems(Route... items) |
A |
withKind(java.lang.String kind) |
A |
withMetadata(ListMeta metadata) |
A |
withNewApiVersion(java.lang.String arg1) |
A |
withNewApiVersion(java.lang.StringBuffer arg1) |
A |
withNewApiVersion(java.lang.StringBuilder arg1) |
A |
withNewKind(java.lang.String arg1) |
A |
withNewKind(java.lang.StringBuffer arg1) |
A |
withNewKind(java.lang.StringBuilder arg1) |
A |
withNewMetadata(java.lang.String _continue,
java.lang.String resourceVersion,
java.lang.String selfLink) |
public RouteListFluentImpl()
public RouteListFluentImpl(RouteList instance)
public java.lang.String getApiVersion()
getApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public A withApiVersion(java.lang.String apiVersion)
withApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.Boolean hasApiVersion()
hasApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewApiVersion(java.lang.String arg1)
withNewApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewApiVersion(java.lang.StringBuilder arg1)
withNewApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewApiVersion(java.lang.StringBuffer arg1)
withNewApiVersion in interface RouteListFluent<A extends RouteListFluent<A>>public A addToItems(int index, Route item)
addToItems in interface RouteListFluent<A extends RouteListFluent<A>>public A setToItems(int index, Route item)
setToItems in interface RouteListFluent<A extends RouteListFluent<A>>public A addToItems(Route... items)
addToItems in interface RouteListFluent<A extends RouteListFluent<A>>public A addAllToItems(java.util.Collection<Route> items)
addAllToItems in interface RouteListFluent<A extends RouteListFluent<A>>public A removeFromItems(Route... items)
removeFromItems in interface RouteListFluent<A extends RouteListFluent<A>>public A removeAllFromItems(java.util.Collection<Route> items)
removeAllFromItems in interface RouteListFluent<A extends RouteListFluent<A>>@Deprecated public java.util.List<Route> getItems()
getItems in interface RouteListFluent<A extends RouteListFluent<A>>public java.util.List<Route> buildItems()
buildItems in interface RouteListFluent<A extends RouteListFluent<A>>public Route buildItem(int index)
buildItem in interface RouteListFluent<A extends RouteListFluent<A>>public Route buildFirstItem()
buildFirstItem in interface RouteListFluent<A extends RouteListFluent<A>>public Route buildLastItem()
buildLastItem in interface RouteListFluent<A extends RouteListFluent<A>>public Route buildMatchingItem(Predicate<RouteBuilder> predicate)
buildMatchingItem in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.Boolean hasMatchingItem(Predicate<RouteBuilder> predicate)
hasMatchingItem in interface RouteListFluent<A extends RouteListFluent<A>>public A withItems(java.util.List<Route> items)
withItems in interface RouteListFluent<A extends RouteListFluent<A>>public A withItems(Route... items)
withItems in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.Boolean hasItems()
hasItems in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> addNewItem()
addNewItem in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> addNewItemLike(Route item)
addNewItemLike in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> setNewItemLike(int index, Route item)
setNewItemLike in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> editItem(int index)
editItem in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> editLastItem()
editLastItem in interface RouteListFluent<A extends RouteListFluent<A>>public RouteListFluent.ItemsNested<A> editMatchingItem(Predicate<RouteBuilder> predicate)
editMatchingItem in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.String getKind()
getKind in interface RouteListFluent<A extends RouteListFluent<A>>public A withKind(java.lang.String kind)
withKind in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.Boolean hasKind()
hasKind in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewKind(java.lang.String arg1)
withNewKind in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewKind(java.lang.StringBuilder arg1)
withNewKind in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewKind(java.lang.StringBuffer arg1)
withNewKind in interface RouteListFluent<A extends RouteListFluent<A>>public ListMeta getMetadata()
getMetadata in interface RouteListFluent<A extends RouteListFluent<A>>public A withMetadata(ListMeta metadata)
withMetadata in interface RouteListFluent<A extends RouteListFluent<A>>public java.lang.Boolean hasMetadata()
hasMetadata in interface RouteListFluent<A extends RouteListFluent<A>>public A withNewMetadata(java.lang.String _continue, java.lang.String resourceVersion, java.lang.String selfLink)
withNewMetadata in interface RouteListFluent<A extends RouteListFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.