Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShift
Packages that use MicrosoftGraphShift
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphShift in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShiftModifier and TypeMethodDescriptionMicrosoftGraphShift.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: shift.MicrosoftGraphShift.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphShift.withDraftShift(MicrosoftGraphShiftItem draftShift) Set the draftShift property: shiftItem.Set the id property: Read-only.MicrosoftGraphShift.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphShift.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphShift.withSchedulingGroupId(String schedulingGroupId) Set the schedulingGroupId property: ID of the scheduling group the shift is part of.MicrosoftGraphShift.withSharedShift(MicrosoftGraphShiftItem sharedShift) Set the sharedShift property: shiftItem.MicrosoftGraphShift.withUserId(String userId) Set the userId property: ID of the user assigned to the shift.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphShiftModifier and TypeMethodDescriptionMicrosoftGraphSchedule.shifts()Get the shifts property: The shifts in the schedule.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphShiftModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withShifts(List<MicrosoftGraphShift> shifts) Set the shifts property: The shifts in the schedule.