| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationConstraintItem |
| Modifier and Type | Field and Description |
|---|---|
protected Location |
Reminder.eventLocation |
| Modifier and Type | Field and Description |
|---|---|
protected List<Location> |
MeetingTimeSuggestion.locations |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
Location |
Location.withAddress(PhysicalAddress address) |
Location |
Location.withCoordinates(OutlookGeoCoordinates coordinates) |
Location |
Location.withDisplayName(String displayName) |
Location |
Location.withLocationEmailAddress(String locationEmailAddress) |
Location |
Location.withLocationType(LocationType locationType) |
Location |
Location.withLocationUri(String locationUri) |
Location |
Location.withUniqueId(String uniqueId) |
Location |
Location.withUniqueIdType(LocationUniqueIdType uniqueIdType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Location> |
Reminder.getEventLocation() |
com.github.davidmoten.odata.client.CollectionPage<Location> |
MeetingTimeSuggestion.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
Reminder.Builder |
Reminder.Builder.eventLocation(Location eventLocation) |
Reminder |
Reminder.withEventLocation(Location eventLocation) |
| Modifier and Type | Method and Description |
|---|---|
MeetingTimeSuggestion.Builder |
MeetingTimeSuggestion.Builder.locations(List<Location> locations) |
| Modifier and Type | Field and Description |
|---|---|
protected Location |
BookingAppointment.customerLocation |
protected Location |
BookingService.defaultLocation |
protected Location |
EventMessage.location |
protected Location |
Event.location |
protected Location |
EventMessageRequest.previousLocation |
protected Location |
BookingAppointment.serviceLocation |
| Modifier and Type | Field and Description |
|---|---|
protected List<Location> |
Event.locations |
protected List<Location> |
Person.postalAddresses |
| Modifier and Type | Method and Description |
|---|---|
Optional<Location> |
BookingAppointment.getCustomerLocation() |
Optional<Location> |
BookingService.getDefaultLocation() |
Optional<Location> |
EventMessage.getLocation() |
Optional<Location> |
Event.getLocation() |
com.github.davidmoten.odata.client.CollectionPage<Location> |
Event.getLocations() |
com.github.davidmoten.odata.client.CollectionPage<Location> |
Person.getPostalAddresses() |
Optional<Location> |
EventMessageRequest.getPreviousLocation() |
Optional<Location> |
BookingAppointment.getServiceLocation() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.locations(List<Location> locations) |
Person.Builder |
Person.Builder.postalAddresses(List<Location> postalAddresses) |
Copyright © 2018–2020. All rights reserved.