ImmutableExploreResult.Link<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.Builder.build() |
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Link<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.copyOf(ExploreResult.Link<SOURCE,DESTINATION> instance) |
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Link<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.of(SOURCE source,
DESTINATION destination) |
Construct a new immutable Link instance.
|
ImmutableExploreResult.Link<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.withDestination(DESTINATION value) |
Copy the current immutable object by setting a value for the destination attribute.
|
ImmutableExploreResult.Link<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.withSource(SOURCE value) |
Copy the current immutable object by setting a value for the source attribute.
|