static <SOURCE,DESTINATION> ImmutableExploreResult.Link.Builder<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.builder() |
Creates a builder for Link.
|
ImmutableExploreResult.Link.Builder<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.Builder.destination(DESTINATION destination) |
|
ImmutableExploreResult.Link.Builder<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.Builder.from(ExploreResult.Link<SOURCE,DESTINATION> instance) |
Fill a builder with attribute values from the provided Link instance.
|
ImmutableExploreResult.Link.Builder<SOURCE,DESTINATION> |
ImmutableExploreResult.Link.Builder.source(SOURCE source) |
Initializes the value for the source attribute.
|