Uses of Class
com.microsoft.graph.models.PatternedRecurrence
Packages that use PatternedRecurrence
-
Uses of PatternedRecurrence in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PatternedRecurrenceModifier and TypeMethodDescriptionstatic PatternedRecurrencePatternedRecurrence.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessReviewHistoryScheduleSettings.getRecurrence()Gets the recurrence property value.AccessReviewScheduleSettings.getRecurrence()Gets the recurrence property value.EntitlementManagementSchedule.getRecurrence()Gets the recurrence property value.Event.getRecurrence()Gets the recurrence property value.EventMessage.getRecurrence()Gets the recurrence property value.RequestSchedule.getRecurrence()Gets the recurrence property value.ShiftAvailability.getRecurrence()Gets the recurrence property value.TodoTask.getRecurrence()Gets the recurrence property value.WorkPlanRecurrence.getRecurrence()Gets the recurrence property value.Methods in com.microsoft.graph.models with parameters of type PatternedRecurrenceModifier and TypeMethodDescriptionvoidAccessReviewHistoryScheduleSettings.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidAccessReviewScheduleSettings.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidEntitlementManagementSchedule.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidEvent.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidEventMessage.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidRequestSchedule.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidShiftAvailability.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidTodoTask.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.voidWorkPlanRecurrence.setRecurrence(PatternedRecurrence value) Sets the recurrence property value.