Interface DeleteAliasRequest.Builder

    • Method Detail

      • organizationId

        DeleteAliasRequest.Builder organizationId​(String organizationId)

        The identifier for the organization under which the user exists.

        Parameters:
        organizationId - The identifier for the organization under which the user exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        DeleteAliasRequest.Builder entityId​(String entityId)

        The identifier for the member (user or group) from which to have the aliases removed.

        Parameters:
        entityId - The identifier for the member (user or group) from which to have the aliases removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        DeleteAliasRequest.Builder alias​(String alias)

        The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

        Parameters:
        alias - The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
        Returns:
        Returns a reference to this object so that method calls can be chained together.