public static final class LinkCommand.SourceState extends Object
link
command.| Modifier and Type | Method and Description |
|---|---|
LinkCommand.DestinationState |
to(long destination)
Specify a single destination record for the link.
|
LinkCommand.DestinationState |
to(long first,
long... more)
Specify multiple destination records for the link.
|
public LinkCommand.DestinationState to(long destination)
destination - the destination recordpublic LinkCommand.DestinationState to(long first, long... more)
first - the first destination recordmore - additional destination records