Interface SharePrincipal.Builder

    • Method Detail

      • id

        SharePrincipal.Builder id​(String id)

        The ID of the recipient.

        Parameters:
        id - The ID of the recipient.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • role

        SharePrincipal.Builder role​(String role)

        The role of the recipient.

        Parameters:
        role - The role of the recipient.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RoleType, RoleType
      • role

        SharePrincipal.Builder role​(RoleType role)

        The role of the recipient.

        Parameters:
        role - The role of the recipient.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RoleType, RoleType