Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Method and Description |
---|---|
static ImmutableParentEdge.Builder |
ImmutableParentEdge.builder()
Creates a builder for
ImmutableParentEdge . |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.from(Edge instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Edge instance. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.from(ParentEdge instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.ParentEdge instance. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.setFrom(String from)
Initializes the value for the
from attribute. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.setInherited(boolean inherited)
Initializes the value for the
inherited attribute. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.setLabel(String label)
Initializes the value for the
label attribute. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.setTo(String to)
Initializes the value for the
to attribute. |
Copyright © 2024 Atlassian. All rights reserved.