LocalBusiness Class
- java.
lang. Object
public class LocalBusiness extends Place
The LocalBusiness model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
isPermanentlyClosed()
Get the isPermanentlyClosed value. |
List<Image |
panoramas()
Get the panoramas value. |
String |
priceRange()
Get the priceRange value. |
String |
tagLine()
Get the tagLine value. |
Inherited Members
Place.address()
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
Thing.name()
Place.telephone()
Thing.url()
Response.webSearchUrl()
Method Details
isPermanentlyClosed
public Boolean isPermanentlyClosed()
Get the isPermanentlyClosed value.
Returns:
the isPermanentlyClosed value
panoramas
public List
Get the panoramas value.
Returns:
the panoramas value
priceRange
public String priceRange()
Get the priceRange value.
Returns:
the priceRange value
tagLine
public String tagLine()
Get the tagLine value.
Returns:
the tagLine 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