Uses of Class
com.microsoft.graph.models.Location
Packages that use Location
-
Uses of Location in com.microsoft.graph.models
Subclasses of Location in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return LocationModifier and TypeMethodDescriptionstatic LocationLocation.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueBookingService.getDefaultLocation()Gets the defaultLocation property value.Reminder.getEventLocation()Gets the eventLocation property value.BookingCustomerInformation.getLocation()Gets the location property value.EmergencyCallerInfo.getLocation()Gets the location property value.Event.getLocation()Gets the location property value.EventMessage.getLocation()Gets the location property value.EventMessageRequest.getPreviousLocation()Gets the previousLocation property value.BookingAppointment.getServiceLocation()Gets the serviceLocation property value.Methods in com.microsoft.graph.models that return types with arguments of type LocationModifier and TypeMethodDescriptionEvent.getLocations()Gets the locations property value.MeetingTimeSuggestion.getLocations()Gets the locations property value.Person.getPostalAddresses()Gets the postalAddresses property value.Methods in com.microsoft.graph.models with parameters of type LocationModifier and TypeMethodDescriptionvoidBookingService.setDefaultLocation(Location value) Sets the defaultLocation property value.voidReminder.setEventLocation(Location value) Sets the eventLocation property value.voidBookingCustomerInformation.setLocation(Location value) Sets the location property value.voidEmergencyCallerInfo.setLocation(Location value) Sets the location property value.voidEvent.setLocation(Location value) Sets the location property value.voidEventMessage.setLocation(Location value) Sets the location property value.voidEventMessageRequest.setPreviousLocation(Location value) Sets the previousLocation property value.voidBookingAppointment.setServiceLocation(Location value) Sets the serviceLocation property value.Method parameters in com.microsoft.graph.models with type arguments of type LocationModifier and TypeMethodDescriptionvoidEvent.setLocations(List<Location> value) Sets the locations property value.voidMeetingTimeSuggestion.setLocations(List<Location> value) Sets the locations property value.voidPerson.setPostalAddresses(List<Location> value) Sets the postalAddresses property value.