Uses of Class
odata.msgraph.client.complex.LocationConstraint
-
Packages that use LocationConstraint Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of LocationConstraint in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return LocationConstraint Modifier and Type Method Description LocationConstraintLocationConstraint.Builder. build()LocationConstraintLocationConstraint. withIsRequired(Boolean isRequired)LocationConstraintLocationConstraint. withSuggestLocation(Boolean suggestLocation)LocationConstraintLocationConstraint. withUnmappedField(String name, Object value) -
Uses of LocationConstraint in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type LocationConstraint Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MeetingTimeSuggestionsResult>User. findMeetingTimes(List<AttendeeBase> attendees, LocationConstraint locationConstraint, TimeConstraint timeConstraint, Duration meetingDuration, Integer maxCandidates, Boolean isOrganizerOptional, Boolean returnSuggestionReasons, Double minimumAttendeePercentage) -
Uses of LocationConstraint in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type LocationConstraint Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MeetingTimeSuggestionsResult>UserRequest. findMeetingTimes(List<AttendeeBase> attendees, LocationConstraint locationConstraint, TimeConstraint timeConstraint, Duration meetingDuration, Integer maxCandidates, Boolean isOrganizerOptional, Boolean returnSuggestionReasons, Double minimumAttendeePercentage)
-