FoodShoppingList

class FoodShoppingList


An object representing a Shopping List for food items.

Summary

Nested types

Builder class for FoodShoppingList.

Public functions

Uri!

Returns the action link of the shopping list.

Optional<String!>!

Returns the action text of the shopping list. e.g. "View List"

Int
(Mutable)List<String!>!

Returns the labels of the items in the shopping list

Int

Returns the number of items in the shopping list.

(Mutable)List<Image!>!

Returns the poster images of the items in the shopping list.

Optional<String!>!

Returns the title of the shopping list.

Public functions

getActionLinkUri

fun getActionLinkUri(): Uri!

Returns the action link of the shopping list.

getActionText

fun getActionText(): Optional<String!>!

Returns the action text of the shopping list. e.g. "View List"

getClusterType

fun getClusterType(): Int

getItemLabels

fun getItemLabels(): (Mutable)List<String!>!

Returns the labels of the items in the shopping list

getNumberOfItems

fun getNumberOfItems(): Int

Returns the number of items in the shopping list.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster images of the items in the shopping list.

getTitle

fun getTitle(): Optional<String!>!

Returns the title of the shopping list.