Uses of Class
odata.msgraph.client.beta.entity.LocationManagementCondition
-
Packages that use LocationManagementCondition Package Description odata.msgraph.client.beta.entity -
-
Uses of LocationManagementCondition in odata.msgraph.client.beta.entity
Subclasses of LocationManagementCondition in odata.msgraph.client.beta.entity Modifier and Type Class Description classCircularGeofenceManagementCondition“Contains the information to define a circular geo-fence management condition, an area of interest, to monitor.”Methods in odata.msgraph.client.beta.entity that return LocationManagementCondition Modifier and Type Method Description LocationManagementConditionLocationManagementCondition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LocationManagementConditionLocationManagementCondition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LocationManagementConditionLocationManagementCondition. withUnmappedField(String name, String value)
-