Interface PrincipalUser.Builder

  • Method Details

    • id

      The identifier of the user.

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

      PrincipalUser.Builder access(String access)

      Provides information about whether to allow or deny access to the principal.

      Parameters:
      access - Provides information about whether to allow or deny access to the principal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • access

      Provides information about whether to allow or deny access to the principal.

      Parameters:
      access - Provides information about whether to allow or deny access to the principal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • membershipType

      PrincipalUser.Builder membershipType(String membershipType)

      The type of group.

      Parameters:
      membershipType - The type of group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • membershipType

      PrincipalUser.Builder membershipType(MembershipType membershipType)

      The type of group.

      Parameters:
      membershipType - The type of group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: