Interface UserSummary.Builder

  • Method Details

    • enabled

      UserSummary.Builder enabled(Boolean enabled)

      Indicates whether the user account is active.

      Parameters:
      enabled - Indicates whether the user account is active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • givenName

      UserSummary.Builder givenName(String givenName)

      The first name of the user.

      Parameters:
      givenName - The first name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • samAccountName

      UserSummary.Builder samAccountName(String samAccountName)

      The name of the user.

      Parameters:
      samAccountName - The name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sid

      The unique security identifier (SID) of the user.

      Parameters:
      sid - The unique security identifier (SID) of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • surname

      UserSummary.Builder surname(String surname)

      The last name of the user.

      Parameters:
      surname - The last name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.