| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceGeoLocation |
LocateDeviceActionResult.deviceLocation |
| Modifier and Type | Method and Description |
|---|---|
DeviceGeoLocation |
DeviceGeoLocation.Builder.build() |
DeviceGeoLocation |
DeviceGeoLocation.withAltitude(Double altitude)
Returns an immutable copy of
this with just the altitude field
changed. |
DeviceGeoLocation |
DeviceGeoLocation.withHeading(Double heading)
Returns an immutable copy of
this with just the heading field
changed. |
DeviceGeoLocation |
DeviceGeoLocation.withHorizontalAccuracy(Double horizontalAccuracy)
Returns an immutable copy of
this with just the horizontalAccuracy field changed. |
DeviceGeoLocation |
DeviceGeoLocation.withLastCollectedDateTime(OffsetDateTime lastCollectedDateTime)
Returns an immutable copy of
this with just the lastCollectedDateTime field changed. |
DeviceGeoLocation |
DeviceGeoLocation.withLastCollectedDateTimeUtc(OffsetDateTime lastCollectedDateTimeUtc)
Returns an immutable copy of
this with just the lastCollectedDateTimeUtc field changed. |
DeviceGeoLocation |
DeviceGeoLocation.withLatitude(Double latitude)
Returns an immutable copy of
this with just the latitude field
changed. |
DeviceGeoLocation |
DeviceGeoLocation.withLongitude(Double longitude)
Returns an immutable copy of
this with just the longitude field
changed. |
DeviceGeoLocation |
DeviceGeoLocation.withSpeed(Double speed)
Returns an immutable copy of
this with just the speed field
changed. |
DeviceGeoLocation |
DeviceGeoLocation.withVerticalAccuracy(Double verticalAccuracy)
Returns an immutable copy of
this with just the verticalAccuracy
field changed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceGeoLocation> |
LocateDeviceActionResult.getDeviceLocation()
“device location”
|
| Modifier and Type | Method and Description |
|---|---|
LocateDeviceActionResult.Builder |
LocateDeviceActionResult.Builder.deviceLocation(DeviceGeoLocation deviceLocation)
“device location”
|
LocateDeviceActionResult |
LocateDeviceActionResult.withDeviceLocation(DeviceGeoLocation deviceLocation)
Returns an immutable copy of
this with just the deviceLocation
field changed. |
Copyright © 2018–2020. All rights reserved.