Interface AccessTokenSummary.Builder

  • Method Details

    • id

      The system-generated ID of the personal access token.

      Parameters:
      id - The system-generated ID of the personal access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The friendly name of the personal access token.

      Parameters:
      name - The friendly name of the personal access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiresTime

      AccessTokenSummary.Builder expiresTime(Instant expiresTime)

      The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

      Parameters:
      expiresTime - The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      Returns:
      Returns a reference to this object so that method calls can be chained together.