| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.graph |
| Modifier and Type | Method and Description |
|---|---|
ReferenceEdge.Type |
ReferenceEdge.type() |
ReferenceEdge.Type |
ImmutableReferenceEdge.type() |
static ReferenceEdge.Type |
ReferenceEdge.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceEdge.Type[] |
ReferenceEdge.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableReferenceEdge.Builder |
ImmutableReferenceEdge.Builder.setType(ReferenceEdge.Type type)
Initializes the value for the
type attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withType(ReferenceEdge.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2023 Atlassian. All rights reserved.