StoreEntity


class StoreEntity : Entity


An object representing a store entity. (e.g., a restaurant or grocery store)

Summary

Nested types

Builder class for StoreEntity.

Public functions

Uri!

Returns the action link uri of the food entity.

Optional<String!>!

Returns the callout text for the store. e.g. "Free delivery"

Optional<String!>!

Returns the fine print for the callout text e.g. "Limited time offer"

Optional<String!>!

Returns the category of the store. e.g. cuisine of the restaurant: "Italian"

Optional<String!>!

Returns the description of the store.

Optional<String!>!

Returns the id of the entity.

Optional<String!>!

Returns the location of the store.

(Mutable)List<Image!>!

Returns the poster image of the entity.

Optional<Rating!>!

Returns the rating of the food entity.

Optional<String!>!

Returns the title of the food entity.

Public functions

getActionLinkUri

fun getActionLinkUri(): Uri!

Returns the action link uri of the food entity.

getCallout

fun getCallout(): Optional<String!>!

Returns the callout text for the store. e.g. "Free delivery"

getCalloutFinePrint

fun getCalloutFinePrint(): Optional<String!>!

Returns the fine print for the callout text e.g. "Limited time offer"

getCategory

fun getCategory(): Optional<String!>!

Returns the category of the store. e.g. cuisine of the restaurant: "Italian"

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the store.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the entity.

getLocation

fun getLocation(): Optional<String!>!

Returns the location of the store.

getPosterImages

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

Returns the poster image of the entity.

getRating

fun getRating(): Optional<Rating!>!

Returns the rating of the food entity.

getTitle

fun getTitle(): Optional<String!>!

Returns the title of the food entity.