Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrencePattern
Packages that use MicrosoftGraphRecurrencePattern
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphRecurrencePattern in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecurrencePatternModifier and TypeMethodDescriptionMicrosoftGraphPatternedRecurrence.pattern()Get the pattern property: recurrencePattern.MicrosoftGraphRecurrencePattern.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recurrencePattern.MicrosoftGraphRecurrencePattern.withDayOfMonth(Integer dayOfMonth) Set the dayOfMonth property: The day of the month on which the event occurs.MicrosoftGraphRecurrencePattern.withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek) Set the daysOfWeek property: A collection of the days of the week on which the event occurs.MicrosoftGraphRecurrencePattern.withFirstDayOfWeek(MicrosoftGraphDayOfWeek firstDayOfWeek) Set the firstDayOfWeek property: dayOfWeek.MicrosoftGraphRecurrencePattern.withIndex(MicrosoftGraphWeekIndex index) Set the index property: weekIndex.MicrosoftGraphRecurrencePattern.withInterval(Integer interval) Set the interval property: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type.Set the month property: The month in which the event occurs.MicrosoftGraphRecurrencePattern.withType(MicrosoftGraphRecurrencePatternType type) Set the type property: recurrencePatternType.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecurrencePatternModifier and TypeMethodDescriptionMicrosoftGraphPatternedRecurrence.withPattern(MicrosoftGraphRecurrencePattern pattern) Set the pattern property: recurrencePattern.