Uses of Class
com.microsoft.graph.models.TimeSlot
Packages that use TimeSlot
-
Uses of TimeSlot in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TimeSlotModifier and TypeMethodDescriptionstatic TimeSlotTimeSlot.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMeetingTimeSuggestion.getMeetingTimeSlot()Gets the meetingTimeSlot property value.Attendee.getProposedNewTime()Gets the proposedNewTime property value.EventMessageResponse.getProposedNewTime()Gets the proposedNewTime property value.Methods in com.microsoft.graph.models that return types with arguments of type TimeSlotModifier and TypeMethodDescriptionTimeConstraint.getTimeSlots()Gets the timeSlots property value.Methods in com.microsoft.graph.models with parameters of type TimeSlotModifier and TypeMethodDescriptionvoidMeetingTimeSuggestion.setMeetingTimeSlot(TimeSlot value) Sets the meetingTimeSlot property value.voidAttendee.setProposedNewTime(TimeSlot value) Sets the proposedNewTime property value.voidEventMessageResponse.setProposedNewTime(TimeSlot value) Sets the proposedNewTime property value.Method parameters in com.microsoft.graph.models with type arguments of type TimeSlotModifier and TypeMethodDescriptionvoidTimeConstraint.setTimeSlots(List<TimeSlot> value) Sets the timeSlots property value.