Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeSlot
-
Packages that use MicrosoftGraphTimeSlot Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTimeSlot in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeSlot Modifier and Type Method Description MicrosoftGraphTimeSlot
MicrosoftGraphAttendee. proposedNewTime()
Get the proposedNewTime property: timeSlot.MicrosoftGraphTimeSlot
MicrosoftGraphTimeSlot. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: timeSlot.MicrosoftGraphTimeSlot
MicrosoftGraphTimeSlot. withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: dateTimeTimeZone.MicrosoftGraphTimeSlot
MicrosoftGraphTimeSlot. withStart(MicrosoftGraphDateTimeZone start)
Set the start property: dateTimeTimeZone.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTimeSlot Modifier and Type Method Description MicrosoftGraphAttendee
MicrosoftGraphAttendee. withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)
Set the proposedNewTime property: timeSlot.
-