Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleItem
Packages that use MicrosoftGraphScheduleItem
Package
Description
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 MicrosoftGraphScheduleItemModifier and TypeMethodDescriptionMicrosoftGraphScheduleItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: scheduleItem.MicrosoftGraphScheduleItem.withEnd(MicrosoftGraphDateTimeZone end) Set the end property: dateTimeTimeZone.MicrosoftGraphScheduleItem.withIsPrivate(Boolean isPrivate) Set the isPrivate property: The sensitivity of the corresponding event.MicrosoftGraphScheduleItem.withLocation(String location) Set the location property: The location where the corresponding event is held or attended from.MicrosoftGraphScheduleItem.withStart(MicrosoftGraphDateTimeZone start) Set the start property: dateTimeTimeZone.MicrosoftGraphScheduleItem.withStatus(MicrosoftGraphFreeBusyStatus status) Set the status property: freeBusyStatus.MicrosoftGraphScheduleItem.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 MicrosoftGraphScheduleItemModifier and TypeMethodDescriptionMicrosoftGraphScheduleInformation.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 MicrosoftGraphScheduleItemModifier and TypeMethodDescriptionMicrosoftGraphScheduleInformation.withScheduleItems(List<MicrosoftGraphScheduleItem> scheduleItems) Set the scheduleItems property: Contains the items that describe the availability of the user or resource.