public class ExtendedPlacePropertiesModel extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedPlacePropertiesModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
formattedAddress |
protected String |
menuUrl |
protected String |
odataType |
protected List<OpeningHoursSpecification> |
openingHoursSpecifications |
protected String |
openingHoursSpecificationsNextLink |
protected String |
priceRange |
protected String |
timeZone |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedPlacePropertiesModel() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String priceRange
protected String menuUrl
protected String businessUrl
protected String formattedAddress
protected List<OpeningHoursSpecification> openingHoursSpecifications
protected String openingHoursSpecificationsNextLink
protected String timeZone
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ExtendedPlacePropertiesModel withPriceRange(String priceRange)
public ExtendedPlacePropertiesModel withMenuUrl(String menuUrl)
public ExtendedPlacePropertiesModel withBusinessUrl(String businessUrl)
public ExtendedPlacePropertiesModel withFormattedAddress(String formattedAddress)
public com.github.davidmoten.odata.client.CollectionPage<OpeningHoursSpecification> getOpeningHoursSpecifications()
public ExtendedPlacePropertiesModel withTimeZone(String timeZone)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ExtendedPlacePropertiesModel.Builder builder()
Copyright © 2018–2020. All rights reserved.