Interface GroupMembershipExistenceResult.Builder

    • Method Detail

      • groupId

        GroupMembershipExistenceResult.Builder groupId​(String groupId)

        The identifier for a group in the identity store.

        Parameters:
        groupId - The identifier for a group in the identity store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberId

        GroupMembershipExistenceResult.Builder memberId​(MemberId memberId)

        An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

        Parameters:
        memberId - An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipExists

        GroupMembershipExistenceResult.Builder membershipExists​(Boolean membershipExists)

        Indicates whether a membership relation exists or not.

        Parameters:
        membershipExists - Indicates whether a membership relation exists or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.