Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Method and Description |
---|---|
static ImmutableObjectNode.Builder |
ImmutableObjectNode.builder()
Creates a builder for
ImmutableObjectNode . |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Node instance. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.from(ObjectNode instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.ObjectNode instance. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setAvatar(AvatarBean avatar)
Initializes the value for the
avatar attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setCanCreateReference(boolean canCreateReference)
Initializes the value for the
canCreateReference attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setDepth(int depth)
Initializes the value for the
depth attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setExpanded(boolean expanded)
Initializes the value for the
expanded attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setId(int id)
Initializes the value for the
id attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setObject(ObjectBean object)
Initializes the value for the
object attribute. |
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setObjectTypeAttributeId(Integer objectTypeAttributeId)
Initializes the value for the
objectTypeAttributeId attribute. |
Copyright © 2024 Atlassian. All rights reserved.