Uses of Class
odata.msgraph.client.complex.Location
-
Packages that use Location Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Location in odata.msgraph.client.complex
Subclasses of Location in odata.msgraph.client.complex Modifier and Type Class Description classLocationConstraintItemFields in odata.msgraph.client.complex declared as Location Modifier and Type Field Description protected LocationReminder. eventLocationprotected LocationBookingCustomerInformation. locationFields in odata.msgraph.client.complex with type parameters of type Location Modifier and Type Field Description protected List<Location>MeetingTimeSuggestion. locationsMethods in odata.msgraph.client.complex that return Location Modifier and Type Method Description LocationLocation.Builder. build()LocationLocation. withAddress(PhysicalAddress address)LocationLocation. withCoordinates(OutlookGeoCoordinates coordinates)LocationLocation. withDisplayName(String displayName)LocationLocation. withLocationEmailAddress(String locationEmailAddress)LocationLocation. withLocationType(LocationType locationType)LocationLocation. withLocationUri(String locationUri)LocationLocation. withUniqueId(String uniqueId)LocationLocation. withUniqueIdType(LocationUniqueIdType uniqueIdType)LocationLocation. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type Location Modifier and Type Method Description Optional<Location>Reminder. getEventLocation()Optional<Location>BookingCustomerInformation. getLocation()com.github.davidmoten.odata.client.CollectionPage<Location>MeetingTimeSuggestion. getLocations()com.github.davidmoten.odata.client.CollectionPage<Location>MeetingTimeSuggestion. getLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type Location Modifier and Type Method Description Reminder.BuilderReminder.Builder. eventLocation(Location eventLocation)BookingCustomerInformation.BuilderBookingCustomerInformation.Builder. location(Location location)MeetingTimeSuggestion.BuilderMeetingTimeSuggestion.Builder. locations(Location... locations)ReminderReminder. withEventLocation(Location eventLocation)BookingCustomerInformationBookingCustomerInformation. withLocation(Location location)Method parameters in odata.msgraph.client.complex with type arguments of type Location Modifier and Type Method Description MeetingTimeSuggestion.BuilderMeetingTimeSuggestion.Builder. locations(List<Location> locations) -
Uses of Location in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Location Modifier and Type Field Description protected LocationBookingService. defaultLocationprotected LocationEvent. locationprotected LocationEventMessage. locationprotected LocationEventMessageRequest. previousLocationprotected LocationBookingAppointment. serviceLocationFields in odata.msgraph.client.entity with type parameters of type Location Modifier and Type Field Description protected List<Location>Event. locationsprotected List<Location>Person. postalAddressesMethods in odata.msgraph.client.entity that return types with arguments of type Location Modifier and Type Method Description Optional<Location>BookingService. getDefaultLocation()Optional<Location>Event. getLocation()Optional<Location>EventMessage. getLocation()com.github.davidmoten.odata.client.CollectionPage<Location>Event. getLocations()com.github.davidmoten.odata.client.CollectionPage<Location>Event. getLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<Location>Person. getPostalAddresses()com.github.davidmoten.odata.client.CollectionPage<Location>Person. getPostalAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Location>EventMessageRequest. getPreviousLocation()Optional<Location>BookingAppointment. getServiceLocation()Methods in odata.msgraph.client.entity with parameters of type Location Modifier and Type Method Description BookingService.BuilderBookingService.Builder. defaultLocation(Location defaultLocation)Event.BuilderEvent.Builder. location(Location location)EventMessage.BuilderEventMessage.Builder. location(Location location)EventMessageRequest.BuilderEventMessageRequest.Builder. location(Location location)EventMessageResponse.BuilderEventMessageResponse.Builder. location(Location location)Event.BuilderEvent.Builder. locations(Location... locations)Person.BuilderPerson.Builder. postalAddresses(Location... postalAddresses)EventMessageRequest.BuilderEventMessageRequest.Builder. previousLocation(Location previousLocation)BookingAppointment.BuilderBookingAppointment.Builder. serviceLocation(Location serviceLocation)BookingServiceBookingService. withDefaultLocation(Location defaultLocation)EventEvent. withLocation(Location location)EventMessageEventMessage. withLocation(Location location)EventMessageRequestEventMessageRequest. withPreviousLocation(Location previousLocation)BookingAppointmentBookingAppointment. withServiceLocation(Location serviceLocation)Method parameters in odata.msgraph.client.entity with type arguments of type Location Modifier and Type Method Description Event.BuilderEvent.Builder. locations(List<Location> locations)Person.BuilderPerson.Builder. postalAddresses(List<Location> postalAddresses)EventEvent. withLocations(List<Location> locations)PersonPerson. withPostalAddresses(List<Location> postalAddresses)
-