Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeOffItem
-
Packages that use MicrosoftGraphTimeOffItem Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphTimeOffItem Modifier and Type Method Description MicrosoftGraphTimeOffItemMicrosoftGraphTimeOff. draftTimeOff()Get the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOff. sharedTimeOff()Get the sharedTimeOff property: timeOffItem.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOffItem. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: timeOffItem.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOffItem. withEndDateTime(OffsetDateTime endDateTime)Set the endDateTime property: The endDateTime property.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOffItem. withStartDateTime(OffsetDateTime startDateTime)Set the startDateTime property: The startDateTime property.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOffItem. withTheme(MicrosoftGraphScheduleEntityTheme theme)Set the theme property: The theme property.MicrosoftGraphTimeOffItemMicrosoftGraphTimeOffItem. 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 MicrosoftGraphTimeOffItem Modifier and Type Method Description MicrosoftGraphTimeOffMicrosoftGraphTimeOff. withDraftTimeOff(MicrosoftGraphTimeOffItem draftTimeOff)Set the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOffMicrosoftGraphTimeOff. withSharedTimeOff(MicrosoftGraphTimeOffItem sharedTimeOff)Set the sharedTimeOff property: timeOffItem.
-