Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleItem
-
Packages that use MicrosoftGraphScheduleItem Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphScheduleItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleItem Modifier and Type Method Description MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: scheduleItem.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withEnd(MicrosoftGraphDateTimeZone end)Set the end property: dateTimeTimeZone.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withIsPrivate(Boolean isPrivate)Set the isPrivate property: The sensitivity of the corresponding event.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withLocation(String location)Set the location property: The location where the corresponding event is held or attended from.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withStart(MicrosoftGraphDateTimeZone start)Set the start property: dateTimeTimeZone.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withStatus(MicrosoftGraphFreeBusyStatus status)Set the status property: The status property.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withSubject(String subject)Set the subject property: The corresponding event's subject line.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScheduleItem Modifier and Type Method Description List<MicrosoftGraphScheduleItem>MicrosoftGraphScheduleInformation. scheduleItems()Get the scheduleItems property: Contains the items that describe the availability of the user or resource.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphScheduleItem Modifier and Type Method Description MicrosoftGraphScheduleInformationMicrosoftGraphScheduleInformation. withScheduleItems(List<MicrosoftGraphScheduleItem> scheduleItems)Set the scheduleItems property: Contains the items that describe the availability of the user or resource.
-