RulesListData

public final class RulesListData

Class representation of the nested rules list data payload.

Constructors

Link copied to clipboard
public RulesListData RulesListData(@Json(name = "items") List<Rule> items, @Json(name = "next_cursor") String nextCursor)

Properties

Link copied to clipboard
private final List<Rule> items

Rules returned by the API.

Link copied to clipboard
private final String nextCursor

The cursor to use to get the next page of rules.

Functions

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

Rules returned by the API.

Link copied to clipboard
public final String getNextCursor()

The cursor to use to get the next page of rules.