Uses of Class
com.microsoft.graph.models.OutlookGeoCoordinates
Packages that use OutlookGeoCoordinates
-
Uses of OutlookGeoCoordinates in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OutlookGeoCoordinatesModifier and TypeMethodDescriptionstatic OutlookGeoCoordinatesOutlookGeoCoordinates.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueLocation.getCoordinates()Gets the coordinates property value.Place.getGeoCoordinates()Gets the geoCoordinates property value.Methods in com.microsoft.graph.models with parameters of type OutlookGeoCoordinatesModifier and TypeMethodDescriptionvoidLocation.setCoordinates(OutlookGeoCoordinates value) Sets the coordinates property value.voidPlace.setGeoCoordinates(OutlookGeoCoordinates value) Sets the geoCoordinates property value.