Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShiftActivity
Packages that use MicrosoftGraphShiftActivity
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphShiftActivity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShiftActivityModifier and TypeMethodDescriptionMicrosoftGraphShiftActivity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: shiftActivity.Set the code property: Customer defined code for the shiftActivity.MicrosoftGraphShiftActivity.withDisplayName(String displayName) Set the displayName property: The name of the shiftActivity.MicrosoftGraphShiftActivity.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The end date and time for the shiftActivity.MicrosoftGraphShiftActivity.withIsPaid(Boolean isPaid) Set the isPaid property: Indicates whether the microsoft.graph.user should be paid for the activity during their shift.MicrosoftGraphShiftActivity.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The start date and time for the shiftActivity.MicrosoftGraphShiftActivity.withTheme(MicrosoftGraphScheduleEntityTheme theme) Set the theme property: scheduleEntityTheme.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphShiftActivityModifier and TypeMethodDescriptionMicrosoftGraphShiftItem.activities()Get the activities property: An incremental part of a shift which can cover details of when and where an employee is during their shift.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphShiftActivityModifier and TypeMethodDescriptionMicrosoftGraphOpenShiftItem.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.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.