Uses of Class
com.microsoft.graph.models.GeoCoordinates
Packages that use GeoCoordinates
-
Uses of GeoCoordinates in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return GeoCoordinatesModifier and TypeMethodDescriptionstatic GeoCoordinatesGeoCoordinates.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTimeClockSettings.getApprovedLocation()Gets the approvedLocation property value.SignInLocation.getGeoCoordinates()Gets the geoCoordinates property value.DriveItem.getLocation()Gets the location property value.Methods in com.microsoft.graph.models with parameters of type GeoCoordinatesModifier and TypeMethodDescriptionvoidTimeClockSettings.setApprovedLocation(GeoCoordinates value) Sets the approvedLocation property value.voidSignInLocation.setGeoCoordinates(GeoCoordinates value) Sets the geoCoordinates property value.voidDriveItem.setLocation(GeoCoordinates value) Sets the location property value.