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 MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: scheduleItem.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: dateTimeTimeZone.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withIsPrivate(Boolean isPrivate)
Set the isPrivate property: The sensitivity of the corresponding event.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withLocation(String location)
Set the location property: The location where the corresponding event is held or attended from.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withStart(MicrosoftGraphDateTimeZone start)
Set the start property: dateTimeTimeZone.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withStatus(MicrosoftGraphFreeBusyStatus status)
Set the status property: The status property.MicrosoftGraphScheduleItem
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 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 MicrosoftGraphScheduleInformation
MicrosoftGraphScheduleInformation. withScheduleItems(List<MicrosoftGraphScheduleItem> scheduleItems)
Set the scheduleItems property: Contains the items that describe the availability of the user or resource.
-