Interface ReferenceOutput.Builder

  • Method Details

    • system

      The name of the external system

      Parameters:
      system - The name of the external system
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      Optional title for the reference

      Parameters:
      title - Optional title for the reference
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referenceId

      ReferenceOutput.Builder referenceId(String referenceId)

      The unique identifier in the external system

      Parameters:
      referenceId - The unique identifier in the external system
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referenceUrl

      ReferenceOutput.Builder referenceUrl(String referenceUrl)

      URL to access the reference in the external system

      Parameters:
      referenceUrl - URL to access the reference in the external system
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationId

      ReferenceOutput.Builder associationId(String associationId)

      Association identifier of the external system

      Parameters:
      associationId - Association identifier of the external system
      Returns:
      Returns a reference to this object so that method calls can be chained together.