public interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1EndpointSubsetFluent.AddressesNested<N> |
static interface |
V1EndpointSubsetFluent.NotReadyAddressesNested<N> |
static interface |
V1EndpointSubsetFluent.PortsNested<N> |
A addToAddresses(int index, V1EndpointAddress item)
A setToAddresses(int index, V1EndpointAddress item)
A addToAddresses(V1EndpointAddress... items)
A addAllToAddresses(Collection<V1EndpointAddress> items)
A removeFromAddresses(V1EndpointAddress... items)
A removeAllFromAddresses(Collection<V1EndpointAddress> items)
A removeMatchingFromAddresses(Predicate<V1EndpointAddressBuilder> predicate)
@Deprecated List<V1EndpointAddress> getAddresses()
List<V1EndpointAddress> buildAddresses()
V1EndpointAddress buildAddress(int index)
V1EndpointAddress buildFirstAddress()
V1EndpointAddress buildLastAddress()
V1EndpointAddress buildMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
Boolean hasMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
A withAddresses(List<V1EndpointAddress> addresses)
A withAddresses(V1EndpointAddress... addresses)
Boolean hasAddresses()
V1EndpointSubsetFluent.AddressesNested<A> addNewAddress()
V1EndpointSubsetFluent.AddressesNested<A> addNewAddressLike(V1EndpointAddress item)
V1EndpointSubsetFluent.AddressesNested<A> setNewAddressLike(int index, V1EndpointAddress item)
V1EndpointSubsetFluent.AddressesNested<A> editAddress(int index)
V1EndpointSubsetFluent.AddressesNested<A> editFirstAddress()
V1EndpointSubsetFluent.AddressesNested<A> editLastAddress()
V1EndpointSubsetFluent.AddressesNested<A> editMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
A addToNotReadyAddresses(int index, V1EndpointAddress item)
A setToNotReadyAddresses(int index, V1EndpointAddress item)
A addToNotReadyAddresses(V1EndpointAddress... items)
A addAllToNotReadyAddresses(Collection<V1EndpointAddress> items)
A removeFromNotReadyAddresses(V1EndpointAddress... items)
A removeAllFromNotReadyAddresses(Collection<V1EndpointAddress> items)
A removeMatchingFromNotReadyAddresses(Predicate<V1EndpointAddressBuilder> predicate)
@Deprecated List<V1EndpointAddress> getNotReadyAddresses()
List<V1EndpointAddress> buildNotReadyAddresses()
V1EndpointAddress buildNotReadyAddress(int index)
V1EndpointAddress buildFirstNotReadyAddress()
V1EndpointAddress buildLastNotReadyAddress()
V1EndpointAddress buildMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
Boolean hasMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
A withNotReadyAddresses(List<V1EndpointAddress> notReadyAddresses)
A withNotReadyAddresses(V1EndpointAddress... notReadyAddresses)
Boolean hasNotReadyAddresses()
V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddress()
V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddressLike(V1EndpointAddress item)
V1EndpointSubsetFluent.NotReadyAddressesNested<A> setNewNotReadyAddressLike(int index, V1EndpointAddress item)
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editNotReadyAddress(int index)
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editFirstNotReadyAddress()
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editLastNotReadyAddress()
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
A addToPorts(int index, V1EndpointPort item)
A setToPorts(int index, V1EndpointPort item)
A addToPorts(V1EndpointPort... items)
A addAllToPorts(Collection<V1EndpointPort> items)
A removeFromPorts(V1EndpointPort... items)
A removeAllFromPorts(Collection<V1EndpointPort> items)
A removeMatchingFromPorts(Predicate<V1EndpointPortBuilder> predicate)
@Deprecated List<V1EndpointPort> getPorts()
List<V1EndpointPort> buildPorts()
V1EndpointPort buildPort(int index)
V1EndpointPort buildFirstPort()
V1EndpointPort buildLastPort()
V1EndpointPort buildMatchingPort(Predicate<V1EndpointPortBuilder> predicate)
Boolean hasMatchingPort(Predicate<V1EndpointPortBuilder> predicate)
A withPorts(List<V1EndpointPort> ports)
A withPorts(V1EndpointPort... ports)
Boolean hasPorts()
V1EndpointSubsetFluent.PortsNested<A> addNewPort()
V1EndpointSubsetFluent.PortsNested<A> addNewPortLike(V1EndpointPort item)
V1EndpointSubsetFluent.PortsNested<A> setNewPortLike(int index, V1EndpointPort item)
V1EndpointSubsetFluent.PortsNested<A> editPort(int index)
V1EndpointSubsetFluent.PortsNested<A> editFirstPort()
V1EndpointSubsetFluent.PortsNested<A> editLastPort()
V1EndpointSubsetFluent.PortsNested<A> editMatchingPort(Predicate<V1EndpointPortBuilder> predicate)
Copyright © 2020. All rights reserved.