Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeOffItem
Packages that use MicrosoftGraphTimeOffItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTimeOffItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeOffItemModifier and TypeMethodDescriptionMicrosoftGraphTimeOff.draftTimeOff()Get the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOff.sharedTimeOff()Get the sharedTimeOff property: timeOffItem.MicrosoftGraphTimeOffItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeOffItem.MicrosoftGraphTimeOffItem.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The endDateTime property.MicrosoftGraphTimeOffItem.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The startDateTime property.MicrosoftGraphTimeOffItem.withTheme(MicrosoftGraphScheduleEntityTheme theme) Set the theme property: scheduleEntityTheme.MicrosoftGraphTimeOffItem.withTimeOffReasonId(String timeOffReasonId) Set the timeOffReasonId property: ID of the timeOffReason for this timeOffItem.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTimeOffItemModifier and TypeMethodDescriptionMicrosoftGraphTimeOff.withDraftTimeOff(MicrosoftGraphTimeOffItem draftTimeOff) Set the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOff.withSharedTimeOff(MicrosoftGraphTimeOffItem sharedTimeOff) Set the sharedTimeOff property: timeOffItem.