Restaurant Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- Place
- LocalBusiness
- FoodEstablishment
- com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Restaurant
- com.
public class Restaurant extends FoodEstablishment
The Restaurant model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
acceptsReservations()
Get the acceptsReservations value. |
String |
menuUrl()
Get the menuUrl value. |
String |
reservationUrl()
Get the reservationUrl value. |
List<String> |
servesCuisine()
Get the servesCuisine value. |
Inherited Members
Place.address()
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
LocalBusiness.isPermanentlyClosed()
Thing.name()
LocalBusiness.panoramas()
LocalBusiness.priceRange()
LocalBusiness.tagLine()
Place.telephone()
Thing.url()
Response.webSearchUrl()
Method Details
acceptsReservations
public Boolean acceptsReservations()
Get the acceptsReservations value.
Returns:
the acceptsReservations value
menuUrl
public String menuUrl()
Get the menuUrl value.
Returns:
the menuUrl value
reservationUrl
public String reservationUrl()
Get the reservationUrl value.
Returns:
the reservationUrl value
servesCuisine
public List
Get the servesCuisine value.
Returns:
the servesCuisine value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java