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 MicrosoftGraphShiftAvailability
MicrosoftGraphShiftAvailability. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: shiftAvailability.MicrosoftGraphShiftAvailability
MicrosoftGraphShiftAvailability. withRecurrence(MicrosoftGraphPatternedRecurrence recurrence)
Set the recurrence property: patternedRecurrence.MicrosoftGraphShiftAvailability
MicrosoftGraphShiftAvailability. withTimeSlots(List<MicrosoftGraphTimeRange> timeSlots)
Set the timeSlots property: The time slot(s) preferred by the user.MicrosoftGraphShiftAvailability
MicrosoftGraphShiftAvailability. 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 MicrosoftGraphShiftPreferencesInner
MicrosoftGraphShiftPreferencesInner. withAvailability(List<MicrosoftGraphShiftAvailability> availability)
Set the availability property: Availability of the user to be scheduled for work and its recurrence pattern.
-