Uses of Class
com.riadalabs.jira.plugins.insight.services.model.graph.ImmutableParentEdge.Builder
Packages that use ImmutableParentEdge.Builder
-
Uses of ImmutableParentEdge.Builder in com.riadalabs.jira.plugins.insight.services.model.graph
Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return ImmutableParentEdge.BuilderModifier and TypeMethodDescriptionstatic ImmutableParentEdge.Builder
ImmutableParentEdge.builder()
Creates a builder forImmutableParentEdge
.Fill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.Edge
instance.ImmutableParentEdge.Builder.from
(ParentEdge instance) Fill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.ParentEdge
instance.Initializes the value for thefrom
attribute.ImmutableParentEdge.Builder.setInherited
(boolean inherited) Initializes the value for theinherited
attribute.Initializes the value for thelabel
attribute.Initializes the value for theto
attribute.