Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSchedule
Packages that use MicrosoftGraphSchedule
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSchedule in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.schedule()Get the schedule property: schedule.MicrosoftGraphSchedule.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: schedule.MicrosoftGraphSchedule.withEnabled(Boolean enabled) Set the enabled property: Indicates whether the schedule is enabled for the team.Set the id property: Read-only.MicrosoftGraphSchedule.withOfferShiftRequests(List<MicrosoftGraphOfferShiftRequest> offerShiftRequests) Set the offerShiftRequests property: The offerShiftRequests property.MicrosoftGraphSchedule.withOfferShiftRequestsEnabled(Boolean offerShiftRequestsEnabled) Set the offerShiftRequestsEnabled property: Indicates whether offer shift requests are enabled for the schedule.MicrosoftGraphSchedule.withOpenShiftChangeRequests(List<MicrosoftGraphOpenShiftChangeRequest> openShiftChangeRequests) Set the openShiftChangeRequests property: The openShiftChangeRequests property.MicrosoftGraphSchedule.withOpenShifts(List<MicrosoftGraphOpenShift> openShifts) Set the openShifts property: The openShifts property.MicrosoftGraphSchedule.withOpenShiftsEnabled(Boolean openShiftsEnabled) Set the openShiftsEnabled property: Indicates whether open shifts are enabled for the schedule.MicrosoftGraphSchedule.withProvisionStatus(MicrosoftGraphOperationStatus provisionStatus) Set the provisionStatus property: operationStatus.MicrosoftGraphSchedule.withProvisionStatusCode(String provisionStatusCode) Set the provisionStatusCode property: Additional information about why schedule provisioning failed.MicrosoftGraphSchedule.withSchedulingGroups(List<MicrosoftGraphSchedulingGroup> schedulingGroups) Set the schedulingGroups property: The logical grouping of users in the schedule (usually by role).MicrosoftGraphSchedule.withShifts(List<MicrosoftGraphShift> shifts) Set the shifts property: The shifts in the schedule.MicrosoftGraphSchedule.withSwapShiftsChangeRequests(List<MicrosoftGraphSwapShiftsChangeRequest> swapShiftsChangeRequests) Set the swapShiftsChangeRequests property: The swapShiftsChangeRequests property.MicrosoftGraphSchedule.withSwapShiftsRequestsEnabled(Boolean swapShiftsRequestsEnabled) Set the swapShiftsRequestsEnabled property: Indicates whether swap shifts requests are enabled for the schedule.MicrosoftGraphSchedule.withTimeClockEnabled(Boolean timeClockEnabled) Set the timeClockEnabled property: Indicates whether time clock is enabled for the schedule.MicrosoftGraphSchedule.withTimeOffReasons(List<MicrosoftGraphTimeOffReason> timeOffReasons) Set the timeOffReasons property: The set of reasons for a time off in the schedule.MicrosoftGraphSchedule.withTimeOffRequests(List<MicrosoftGraphTimeOffRequest> timeOffRequests) Set the timeOffRequests property: The timeOffRequests property.MicrosoftGraphSchedule.withTimeOffRequestsEnabled(Boolean timeOffRequestsEnabled) Set the timeOffRequestsEnabled property: Indicates whether time off requests are enabled for the schedule.MicrosoftGraphSchedule.withTimesOff(List<MicrosoftGraphTimeOff> timesOff) Set the timesOff property: The instances of times off in the schedule.MicrosoftGraphSchedule.withTimeZone(String timeZone) Set the timeZone property: Indicates the time zone of the schedule team using tz database format.MicrosoftGraphSchedule.withWorkforceIntegrationIds(List<String> workforceIntegrationIds) Set the workforceIntegrationIds property: The workforceIntegrationIds property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphScheduleModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.withSchedule(MicrosoftGraphSchedule schedule) Set the schedule property: schedule.