Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectNode |
ImmutableObjectNode.Builder.build()
Builds a new
ImmutableObjectNode . |
static ImmutableObjectNode |
ImmutableObjectNode.copyOf(ObjectNode instance)
Creates an immutable copy of a
ObjectNode value. |
ImmutableObjectNode |
ImmutableObjectNode.withAvatar(AvatarBean value)
Copy the current immutable object by setting a value for the
avatar attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withCanCreateReference(boolean value)
Copy the current immutable object by setting a value for the
canCreateReference attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withDepth(int value)
Copy the current immutable object by setting a value for the
depth attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withExpanded(boolean value)
Copy the current immutable object by setting a value for the
expanded attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withId(int value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withObject(ObjectBean value)
Copy the current immutable object by setting a value for the
object attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withObjectTypeAttributeId(Integer value)
Copy the current immutable object by setting a value for the
objectTypeAttributeId attribute. |
Copyright © 2024 Atlassian. All rights reserved.