public class SignInLocation extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SignInLocation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
countryOrRegion |
protected GeoCoordinates |
geoCoordinates |
protected String |
odataType |
protected String |
state |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SignInLocation() |
| Modifier and Type | Method and Description |
|---|---|
static SignInLocation.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCity() |
Optional<String> |
getCountryOrRegion() |
Optional<GeoCoordinates> |
getGeoCoordinates() |
Optional<String> |
getState() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SignInLocation |
withCity(String city) |
SignInLocation |
withCountryOrRegion(String countryOrRegion) |
SignInLocation |
withGeoCoordinates(GeoCoordinates geoCoordinates) |
SignInLocation |
withState(String state) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String city
protected String state
protected String countryOrRegion
protected GeoCoordinates geoCoordinates
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SignInLocation withCity(String city)
public SignInLocation withState(String state)
public SignInLocation withCountryOrRegion(String countryOrRegion)
public Optional<GeoCoordinates> getGeoCoordinates()
public SignInLocation withGeoCoordinates(GeoCoordinates geoCoordinates)
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 SignInLocation.Builder builder()
Copyright © 2018–2020. All rights reserved.