| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.graph |
| Modifier and Type | Method and Description |
|---|---|
ImmutableParentEdge |
ImmutableParentEdge.Builder.build()
Builds a new
ImmutableParentEdge. |
static ImmutableParentEdge |
ImmutableParentEdge.copyOf(ParentEdge instance)
Creates an immutable copy of a
ParentEdge value. |
ImmutableParentEdge |
ImmutableParentEdge.withFrom(String value)
Copy the current immutable object by setting a value for the
from attribute. |
ImmutableParentEdge |
ImmutableParentEdge.withInherited(boolean value)
Copy the current immutable object by setting a value for the
inherited attribute. |
ImmutableParentEdge |
ImmutableParentEdge.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableParentEdge |
ImmutableParentEdge.withTo(String value)
Copy the current immutable object by setting a value for the
to attribute. |
Copyright © 2023 Atlassian. All rights reserved.