ListItemsRequest

public final class ListItemsRequest

Class representation of a request to add or remove items in a Nylas list.

Constructors

Link copied to clipboard
public ListItemsRequest ListItemsRequest(@Json(name = "items") List<String> items)

Properties

Link copied to clipboard
private final List<String> items

The values to add or remove. Max 1000 items per request.

Functions

Link copied to clipboard
public final List<String> getItems()

The values to add or remove. Max 1000 items per request.