Class NetworkListFluentImpl<A extends NetworkListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.NetworkListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,NetworkListFluent<A>
- Direct Known Subclasses:
NetworkListBuilder
public class NetworkListFluentImpl<A extends NetworkListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNetworkListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.NetworkListFluent
NetworkListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description NetworkListFluentImpl()NetworkListFluentImpl(NetworkList instance)
-
Method Summary
-
-
-
Constructor Detail
-
NetworkListFluentImpl
public NetworkListFluentImpl()
-
NetworkListFluentImpl
public NetworkListFluentImpl(NetworkList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
addToItems
public A addToItems(int index, Network item)
- Specified by:
addToItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
setToItems
public A setToItems(int index, Network item)
- Specified by:
setToItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
addToItems
public A addToItems(Network... items)
- Specified by:
addToItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<Network> items)
- Specified by:
addAllToItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
removeFromItems
public A removeFromItems(Network... items)
- Specified by:
removeFromItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<Network> items)
- Specified by:
removeAllFromItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<NetworkBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
getItems
@Deprecated public List<Network> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<Network> buildItems()
- Specified by:
buildItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
buildItem
public Network buildItem(int index)
- Specified by:
buildItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
buildFirstItem
public Network buildFirstItem()
- Specified by:
buildFirstItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
buildLastItem
public Network buildLastItem()
- Specified by:
buildLastItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
buildMatchingItem
public Network buildMatchingItem(Predicate<NetworkBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<NetworkBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withItems
public A withItems(List<Network> items)
- Specified by:
withItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withItems
public A withItems(Network... items)
- Specified by:
withItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
addNewItem
public NetworkListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
addNewItemLike
public NetworkListFluent.ItemsNested<A> addNewItemLike(Network item)
- Specified by:
addNewItemLikein interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
setNewItemLike
public NetworkListFluent.ItemsNested<A> setNewItemLike(int index, Network item)
- Specified by:
setNewItemLikein interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
editItem
public NetworkListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
editFirstItem
public NetworkListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
editLastItem
public NetworkListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
editMatchingItem
public NetworkListFluent.ItemsNested<A> editMatchingItem(Predicate<NetworkBuilder> predicate)
- Specified by:
editMatchingItemin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceNetworkListFluent<A extends NetworkListFluent<A>>
-
-