Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShiftItem
Packages that use MicrosoftGraphShiftItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphShiftItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShiftItemModifier and TypeMethodDescriptionMicrosoftGraphShift.draftShift()Get the draftShift property: shiftItem.MicrosoftGraphShift.sharedShift()Get the sharedShift property: shiftItem.MicrosoftGraphShiftItem.withActivities(List<MicrosoftGraphShiftActivity> activities) Set the activities property: An incremental part of a shift which can cover details of when and where an employee is during their shift.MicrosoftGraphShiftItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: shiftItem.MicrosoftGraphShiftItem.withDisplayName(String displayName) Set the displayName property: The shift label of the shiftItem.MicrosoftGraphShiftItem.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The endDateTime property.Set the notes property: The shift notes for the shiftItem.MicrosoftGraphShiftItem.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The startDateTime property.MicrosoftGraphShiftItem.withTheme(MicrosoftGraphScheduleEntityTheme theme) Set the theme property: scheduleEntityTheme.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphShiftItemModifier and TypeMethodDescriptionMicrosoftGraphShift.withDraftShift(MicrosoftGraphShiftItem draftShift) Set the draftShift property: shiftItem.MicrosoftGraphShift.withSharedShift(MicrosoftGraphShiftItem sharedShift) Set the sharedShift property: shiftItem.