Uses of Class
com.microsoft.graph.models.RequestSchedule
Packages that use RequestSchedule
-
Uses of RequestSchedule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RequestScheduleModifier and TypeMethodDescriptionstatic RequestScheduleRequestSchedule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePrivilegedAccessSchedule.getScheduleInfo()Gets the scheduleInfo property value.PrivilegedAccessScheduleRequest.getScheduleInfo()Gets the scheduleInfo property value.UnifiedRoleAssignmentSchedule.getScheduleInfo()Gets the scheduleInfo property value.UnifiedRoleAssignmentScheduleRequest.getScheduleInfo()Gets the scheduleInfo property value.UnifiedRoleEligibilitySchedule.getScheduleInfo()Gets the scheduleInfo property value.UnifiedRoleEligibilityScheduleRequest.getScheduleInfo()Gets the scheduleInfo property value.Methods in com.microsoft.graph.models with parameters of type RequestScheduleModifier and TypeMethodDescriptionvoidPrivilegedAccessSchedule.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.voidPrivilegedAccessScheduleRequest.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.voidUnifiedRoleAssignmentSchedule.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.voidUnifiedRoleAssignmentScheduleRequest.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.voidUnifiedRoleEligibilitySchedule.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.voidUnifiedRoleEligibilityScheduleRequest.setScheduleInfo(RequestSchedule value) Sets the scheduleInfo property value.