Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShiftAvailability
-
Packages that use MicrosoftGraphShiftAvailability Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphShiftAvailability in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShiftAvailability Modifier and Type Method Description MicrosoftGraphShiftAvailabilityMicrosoftGraphShiftAvailability. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: shiftAvailability.MicrosoftGraphShiftAvailabilityMicrosoftGraphShiftAvailability. withRecurrence(MicrosoftGraphPatternedRecurrence recurrence)Set the recurrence property: patternedRecurrence.MicrosoftGraphShiftAvailabilityMicrosoftGraphShiftAvailability. withTimeSlots(List<MicrosoftGraphTimeRange> timeSlots)Set the timeSlots property: The time slot(s) preferred by the user.MicrosoftGraphShiftAvailabilityMicrosoftGraphShiftAvailability. withTimeZone(String timeZone)Set the timeZone property: Specifies the time zone for the indicated time.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphShiftAvailability Modifier and Type Method Description List<MicrosoftGraphShiftAvailability>MicrosoftGraphShiftPreferencesInner. availability()Get the availability property: Availability of the user to be scheduled for work and its recurrence pattern.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphShiftAvailability Modifier and Type Method Description MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withAvailability(List<MicrosoftGraphShiftAvailability> availability)Set the availability property: Availability of the user to be scheduled for work and its recurrence pattern.
-