Interface NodeTypeSpecificValue.Builder

    • Method Detail

      • nodeType

        NodeTypeSpecificValue.Builder nodeType​(String nodeType)

        A node type to which the parameter value applies.

        Parameters:
        nodeType - A node type to which the parameter value applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        NodeTypeSpecificValue.Builder value​(String value)

        The parameter value for this node type.

        Parameters:
        value - The parameter value for this node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.