ImmutableExploreResult.Builder |
ImmutableExploreResult.Builder.agentLinks(ExploreResult.Links<AgentId,AgentId> agentLinks) |
Initializes the value for the agentLinks attribute.
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.copyOf(ExploreResult.Links<SOURCE,DESTINATION> instance) |
|
ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.Builder.from(ExploreResult.Links<SOURCE,DESTINATION> instance) |
Fill a builder with attribute values from the provided Links instance.
|
static ImmutableExploreResult |
ImmutableExploreResult.of(ExploreResult.Links<AgentId,AgentId> agentLinks,
ExploreResult.Links<AgentId,TargetId> targetLinks) |
Construct a new immutable ExploreResult instance.
|
ImmutableExploreResult.Builder |
ImmutableExploreResult.Builder.targetLinks(ExploreResult.Links<AgentId,TargetId> targetLinks) |
|
ImmutableExploreResult |
ImmutableExploreResult.withAgentLinks(ExploreResult.Links<AgentId,AgentId> value) |
Copy the current immutable object by setting a value for the agentLinks attribute.
|
ImmutableExploreResult |
ImmutableExploreResult.withTargetLinks(ExploreResult.Links<AgentId,TargetId> value) |
Copy the current immutable object by setting a value for the targetLinks attribute.
|