Interface AccessTokenSummary.Builder

    • Method Detail

      • id

        AccessTokenSummary.Builder id​(String 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

        AccessTokenSummary.Builder name​(String 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.