Uses of Class
co.yellowdog.platform.model.NodeDetails
Packages that use NodeDetails
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeDetails in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return NodeDetailsModifier and TypeMethodDescriptionNodeDetails.Builder.build()
Node.getDetails()
The details of the node.Methods in co.yellowdog.platform.model with parameters of type NodeDetailsModifier and TypeMethodDescriptionNode.Builder.details
(NodeDetails details) The details of the node.void
Node.setDetails
(NodeDetails details) The details of the node.