Place Class
- java.
lang. Object
public class Place extends Thing
Defines information about a local entity, such as a restaurant or hotel.
Method Summary
Modifier and Type | Method and Description |
---|---|
Postal |
address()
Get the address value. |
String |
telephone()
Get the telephone value. |
Inherited Members
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
Thing.name()
Thing.url()
Response.webSearchUrl()
Method Details
address
public PostalAddress address()
Get the address value.
Returns:
the address value
telephone
public String telephone()
Get the telephone value.
Returns:
the telephone value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java