Uses of Class
odata.msgraph.client.beta.complex.OutlookGeoCoordinates
-
Packages that use OutlookGeoCoordinates Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of OutlookGeoCoordinates in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as OutlookGeoCoordinates Modifier and Type Field Description protected OutlookGeoCoordinatesLocation. coordinatesMethods in odata.msgraph.client.beta.complex that return OutlookGeoCoordinates Modifier and Type Method Description OutlookGeoCoordinatesOutlookGeoCoordinates.Builder. build()OutlookGeoCoordinatesOutlookGeoCoordinates. withAccuracy(Double accuracy)OutlookGeoCoordinatesOutlookGeoCoordinates. withAltitude(Double altitude)OutlookGeoCoordinatesOutlookGeoCoordinates. withAltitudeAccuracy(Double altitudeAccuracy)OutlookGeoCoordinatesOutlookGeoCoordinates. withLatitude(Double latitude)OutlookGeoCoordinatesOutlookGeoCoordinates. withLongitude(Double longitude)OutlookGeoCoordinatesOutlookGeoCoordinates. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type OutlookGeoCoordinates Modifier and Type Method Description Optional<OutlookGeoCoordinates>Location. getCoordinates()Methods in odata.msgraph.client.beta.complex with parameters of type OutlookGeoCoordinates Modifier and Type Method Description Location.BuilderLocation.Builder. coordinates(OutlookGeoCoordinates coordinates)LocationConstraintItem.BuilderLocationConstraintItem.Builder. coordinates(OutlookGeoCoordinates coordinates)LocationLocation. withCoordinates(OutlookGeoCoordinates coordinates) -
Uses of OutlookGeoCoordinates in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OutlookGeoCoordinates Modifier and Type Field Description protected OutlookGeoCoordinatesPlace. geoCoordinatesMethods in odata.msgraph.client.beta.entity that return types with arguments of type OutlookGeoCoordinates Modifier and Type Method Description Optional<OutlookGeoCoordinates>Place. getGeoCoordinates()Methods in odata.msgraph.client.beta.entity with parameters of type OutlookGeoCoordinates Modifier and Type Method Description Room.BuilderRoom.Builder. geoCoordinates(OutlookGeoCoordinates geoCoordinates)RoomList.BuilderRoomList.Builder. geoCoordinates(OutlookGeoCoordinates geoCoordinates)PlacePlace. withGeoCoordinates(OutlookGeoCoordinates geoCoordinates)
-