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 MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: shiftActivity.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withCode(String code)
Set the code property: Customer defined code for the shiftActivity.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withDisplayName(String displayName)
Set the displayName property: The name of the shiftActivity.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: The end date and time for the shiftActivity.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withIsPaid(Boolean isPaid)
Set the isPaid property: Indicates whether the microsoft.graph.user should be paid for the activity during their shift.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: The start date and time for the shiftActivity.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. 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 MicrosoftGraphOpenShiftItem
MicrosoftGraphOpenShiftItem. 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
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.
-