Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShiftActivity
-
Packages that use MicrosoftGraphShiftActivity Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphShiftActivity Modifier and Type Method Description MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: shiftActivity.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withCode(String code)Set the code property: Customer defined code for the shiftActivity.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withDisplayName(String displayName)Set the displayName property: The name of the shiftActivity.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withEndDateTime(OffsetDateTime endDateTime)Set the endDateTime property: The end date and time for the shiftActivity.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withIsPaid(Boolean isPaid)Set the isPaid property: Indicates whether the microsoft.graph.user should be paid for the activity during their shift.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withStartDateTime(OffsetDateTime startDateTime)Set the startDateTime property: The start date and time for the shiftActivity.MicrosoftGraphShiftActivityMicrosoftGraphShiftActivity. withTheme(MicrosoftGraphScheduleEntityTheme theme)Set the theme property: The theme property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphShiftActivity Modifier and Type Method Description List<MicrosoftGraphShiftActivity>MicrosoftGraphShiftItem. 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 MicrosoftGraphShiftActivity Modifier and Type Method Description MicrosoftGraphOpenShiftItemMicrosoftGraphOpenShiftItem. 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.MicrosoftGraphShiftItemMicrosoftGraphShiftItem. 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.
-