Class ListItemsResponse

All Implemented Interfaces:
Jsonable

public final class ListItemsResponse extends HalPageResponse
  • Method Details

    • getItems

      public List<ListItem> getItems()
      Gets the items contained in the _embedded response.
      Returns:
      The items for this page.
    • fromJson

      public static ListItemsResponse fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with the fields populated, if present.