| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.Builder.build() |
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.withLatitude(Double latitude)
Returns an immutable copy of
this with just the latitude field
changed. |
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.withLongitude(Double longitude)
Returns an immutable copy of
this with just the longitude field
changed. |
CircularGeofenceManagementCondition |
CircularGeofenceManagementCondition.withRadiusInMeters(Float radiusInMeters)
Returns an immutable copy of
this with just the radiusInMeters
field changed. |
Copyright © 2018–2020. All rights reserved.