| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.graph |
| Modifier and Type | Method and Description |
|---|---|
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.Builder.build()
Builds a new
ImmutableObjectTypeNode. |
static ImmutableObjectTypeNode |
ImmutableObjectTypeNode.copyOf(ObjectTypeNode instance)
Creates an immutable copy of a
ObjectTypeNode value. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withCanCreateReference(boolean value)
Copy the current immutable object by setting a value for the
canCreateReference attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withDepth(int value)
Copy the current immutable object by setting a value for the
depth attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withExpanded(boolean value)
Copy the current immutable object by setting a value for the
expanded attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withIcon(IconBean value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withId(int value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withObjectCount(Integer value)
Copy the current immutable object by setting a value for the
objectCount attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withObjectType(ObjectTypeBean value)
Copy the current immutable object by setting a value for the
objectType attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withParentId(Integer value)
Copy the current immutable object by setting a value for the
parentId attribute. |
Copyright © 2023 Atlassian. All rights reserved.