Interface UpdateUserResponse.Builder

  • Method Details

    • userId

      The unique identifier of the updated user.

      Parameters:
      userId - The unique identifier of the updated user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkId

      UpdateUserResponse.Builder networkId(String networkId)

      The ID of the network where the user was updated.

      Parameters:
      networkId - The ID of the network where the user was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      UpdateUserResponse.Builder securityGroupIds(Collection<String> securityGroupIds)

      The list of security group IDs to which the user now belongs after the update.

      Parameters:
      securityGroupIds - The list of security group IDs to which the user now belongs after the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      UpdateUserResponse.Builder securityGroupIds(String... securityGroupIds)

      The list of security group IDs to which the user now belongs after the update.

      Parameters:
      securityGroupIds - The list of security group IDs to which the user now belongs after the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      UpdateUserResponse.Builder firstName(String firstName)

      The updated first name of the user.

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

      UpdateUserResponse.Builder lastName(String lastName)

      The updated last name of the user.

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

      UpdateUserResponse.Builder middleName(String middleName)

      The middle name of the user (currently not used).

      Parameters:
      middleName - The middle name of the user (currently not used).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suspended

      UpdateUserResponse.Builder suspended(Boolean suspended)

      Indicates whether the user is suspended after the update.

      Parameters:
      suspended - Indicates whether the user is suspended after the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modified

      UpdateUserResponse.Builder modified(Integer modified)

      The timestamp when the user was last modified, specified in epoch seconds.

      Parameters:
      modified - The timestamp when the user was last modified, specified in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The user's status after the update.

      Parameters:
      status - The user's status after the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inviteCode

      UpdateUserResponse.Builder inviteCode(String inviteCode)

      The updated invite code for the user, if applicable.

      Parameters:
      inviteCode - The updated invite code for the user, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inviteExpiration

      UpdateUserResponse.Builder inviteExpiration(Integer inviteExpiration)

      The expiration time of the user's invite code, specified in epoch seconds.

      Parameters:
      inviteExpiration - The expiration time of the user's invite code, specified in epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeValidation

      UpdateUserResponse.Builder codeValidation(Boolean codeValidation)

      Indicates whether the user can be verified through a custom invite code.

      Parameters:
      codeValidation - Indicates whether the user can be verified through a custom invite code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.