Class ListFolderMembersBuilder

    • Method Detail

      • withActions

        public ListFolderMembersBuilder withActions​(java.util.List<MemberAction> actions)
        Set value for optional field.
        Parameters:
        actions - This is a list indicating whether each returned member will include a boolean value MemberPermission.getAllow() that describes whether the current user can perform the MemberAction on the member. Must not contain a null item.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • withLimit

        public ListFolderMembersBuilder withLimit​(java.lang.Long limit)
        Set value for optional field.

        If left unset or set to null, defaults to 1000L.

        Parameters:
        limit - The maximum number of results that include members, groups and invitees to return per request. Must be greater than or equal to 1 and be less than or equal to 1000. Defaults to 1000L when set to null.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.