RestaurantReservationEntity


class RestaurantReservationEntity : Entity


An object representing a restaurant reservation entity.

Summary

Public functions

Uri!

Returns the action uri of the entity.

Optional<String!>!

Returns the description (typically a single paragraph of text) for the Reservation entity.

Optional<String!>!

Returns the reservation id of the entity.

(Mutable)List<Image!>!

Returns the poster image of the entity.

Optional<String!>!

Returns the reservation ID of the entity.

Long

This function is deprecated.

use getLocalizedReservationStartTime instead

(Mutable)List<String!>!

Returns the list of subtitles for the Reservation entity.

Optional<Int!>!

Returns the table size (i.e., the number of members) for the restaurant reservation entity.

String!

Returns the name/title of the Reservation Entity.

Public functions

getActionUri

fun getActionUri(): Uri!

Returns the action uri of the entity.

getDescription

fun getDescription(): Optional<String!>!

Returns the description (typically a single paragraph of text) for the Reservation entity.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the reservation id of the entity.

getPosterImages

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

Returns the poster image of the entity.

getReservationId

fun getReservationId(): Optional<String!>!

Returns the reservation ID of the entity.

getReservationStartTime

fun getReservationStartTime(): Long

Returns the epoch timestamp (in milliseconds) of the start time for the restaurant reservation entity.

getSubtitleList

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

Returns the list of subtitles for the Reservation entity.

getTableSize

fun getTableSize(): Optional<Int!>!

Returns the table size (i.e., the number of members) for the restaurant reservation entity.

getTitle

fun getTitle(): String!

Returns the name/title of the Reservation Entity.

Public properties

localizedReservationStartTime

val localizedReservationStartTimeLocalizedTimestamp!

location

val locationAddress!