Interface RepositorySyncEvent.Builder

  • Method Details

    • event

      A description of a repository sync event.

      Parameters:
      event - A description of a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalId

      RepositorySyncEvent.Builder externalId(String externalId)

      The ID for a repository sync event.

      Parameters:
      externalId - The ID for a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • time

      The time that a repository sync event occurred.

      Parameters:
      time - The time that a repository sync event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The event type for a repository sync event.

      Parameters:
      type - The event type for a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.