Interface RegistrationVersionStatusHistory.Builder

  • Method Details

    • draftTimestamp

      RegistrationVersionStatusHistory.Builder draftTimestamp(Instant draftTimestamp)

      The time when the registration was in the draft state, in UNIX epoch time format.

      Parameters:
      draftTimestamp - The time when the registration was in the draft state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submittedTimestamp

      RegistrationVersionStatusHistory.Builder submittedTimestamp(Instant submittedTimestamp)

      The time when the registration was in the submitted state, in UNIX epoch time format.

      Parameters:
      submittedTimestamp - The time when the registration was in the submitted state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reviewingTimestamp

      RegistrationVersionStatusHistory.Builder reviewingTimestamp(Instant reviewingTimestamp)

      The time when the registration was in the reviewing state, in UNIX epoch time format.

      Parameters:
      reviewingTimestamp - The time when the registration was in the reviewing state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requiresAuthenticationTimestamp

      RegistrationVersionStatusHistory.Builder requiresAuthenticationTimestamp(Instant requiresAuthenticationTimestamp)

      The time when the registration was in the requires authentication state, in UNIX epoch time format.

      Parameters:
      requiresAuthenticationTimestamp - The time when the registration was in the requires authentication state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approvedTimestamp

      RegistrationVersionStatusHistory.Builder approvedTimestamp(Instant approvedTimestamp)

      The time when the registration was in the approved state, in UNIX epoch time format.

      Parameters:
      approvedTimestamp - The time when the registration was in the approved state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • discardedTimestamp

      RegistrationVersionStatusHistory.Builder discardedTimestamp(Instant discardedTimestamp)

      The time when the registration was in the discarded state, in UNIX epoch time format.

      Parameters:
      discardedTimestamp - The time when the registration was in the discarded state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deniedTimestamp

      RegistrationVersionStatusHistory.Builder deniedTimestamp(Instant deniedTimestamp)

      The time when the registration was in the denied state, in UNIX epoch time format.

      Parameters:
      deniedTimestamp - The time when the registration was in the denied state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revokedTimestamp

      RegistrationVersionStatusHistory.Builder revokedTimestamp(Instant revokedTimestamp)

      The time when the registration was in the revoked state, in UNIX epoch time format.

      Parameters:
      revokedTimestamp - The time when the registration was in the revoked state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • archivedTimestamp

      RegistrationVersionStatusHistory.Builder archivedTimestamp(Instant archivedTimestamp)

      The time when the registration was in the archived state, in UNIX epoch time format.

      Parameters:
      archivedTimestamp - The time when the registration was in the archived state, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.