Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Method and Description |
---|---|
ImmutableReferenceEdge |
ImmutableReferenceEdge.Builder.build()
Builds a new
ImmutableReferenceEdge . |
static ImmutableReferenceEdge |
ImmutableReferenceEdge.copyOf(ReferenceEdge instance)
Creates an immutable copy of a
ReferenceEdge value. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withFrom(String value)
Copy the current immutable object by setting a value for the
from attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withObjectTypeAttribute(ObjectTypeAttributeBean value)
Copy the current immutable object by setting a value for the
objectTypeAttribute attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withTo(String value)
Copy the current immutable object by setting a value for the
to attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withType(ReferenceEdge.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2024 Atlassian. All rights reserved.