Interface RelationshipValue.Builder

  • Method Details

    • targetEntityId

      RelationshipValue.Builder targetEntityId(String targetEntityId)

      The ID of the target entity associated with this relationship value.

      Parameters:
      targetEntityId - The ID of the target entity associated with this relationship value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetComponentName

      RelationshipValue.Builder targetComponentName(String targetComponentName)

      The name of the target component associated with the relationship value.

      Parameters:
      targetComponentName - The name of the target component associated with the relationship value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.