Represents a builder class instance for an edge type. For example, an instance of BaseEdge.Builder is an Edge.Builder.
The builder class may have a constructor and methods to customize the information that is stored in the edge.
Adds data to the data object of the edge.
The current data object of the edge.
The data object to be stored in the edge.
Adds data to the scratch data object of the edge.
The current scratch data object of the edge.
The scratch data object to be stored in the edge.
Represents a builder class instance for an edge type. For example, an instance of BaseEdge.Builder is an Edge.Builder.
The builder class may have a constructor and methods to customize the information that is stored in the edge.