inFolder

Set the folder ID to match. This is the recommended method to use for filtering by folder. Google does not support filtering using folder names. You must use the folder ID.

Return

The builder

Parameters

inFolder

The folder ID to match.


@Deprecated(message = "The Nylas API only supports filtering by a single folder ID. Use inFolder(String) instead. In a future major version, this parameter will be changed to accept only a String.", level = DeprecationLevel.WARNING)
public final ListThreadsQueryParams.Builder inFolder(List<String> inFolder)

Deprecated

The Nylas API only supports filtering by a single folder ID. Use inFolder(String) instead. In a future major version, this parameter will be changed to accept only a String.

Set the list of folder IDs to match.

Return

The builder

Parameters

inFolder

The list of folder IDs to match.