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 MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOff. draftTimeOff()
Get the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOff. sharedTimeOff()
Get the sharedTimeOff property: timeOffItem.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOffItem. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: timeOffItem.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOffItem. withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: The endDateTime property.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOffItem. withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: The startDateTime property.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOffItem. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.MicrosoftGraphTimeOffItem
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 MicrosoftGraphTimeOffItem Modifier and Type Method Description MicrosoftGraphTimeOff
MicrosoftGraphTimeOff. withDraftTimeOff(MicrosoftGraphTimeOffItem draftTimeOff)
Set the draftTimeOff property: timeOffItem.MicrosoftGraphTimeOff
MicrosoftGraphTimeOff. withSharedTimeOff(MicrosoftGraphTimeOffItem sharedTimeOff)
Set the sharedTimeOff property: timeOffItem.
-