Class ListListsResponse

All Implemented Interfaces:
Jsonable

public final class ListListsResponse extends HalPageResponse
  • Method Details

    • getLists

      Gets the lists contained in the _embedded response.
      Returns:
      The lists for this page.
    • fromJson

      public static ListListsResponse 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.