Uses of Class
com.microsoft.graph.models.UnifiedRoleEligibilitySchedule
Packages that use UnifiedRoleEligibilitySchedule
-
Uses of UnifiedRoleEligibilitySchedule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRoleEligibilityScheduleModifier and TypeMethodDescriptionUnifiedRoleEligibilitySchedule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueUnifiedRoleAssignmentSchedule.getActivatedUsing()Gets the activatedUsing property value.UnifiedRoleAssignmentScheduleRequest.getActivatedUsing()Gets the activatedUsing property value.UnifiedRoleEligibilityScheduleRequest.getTargetSchedule()Gets the targetSchedule property value.Methods in com.microsoft.graph.models that return types with arguments of type UnifiedRoleEligibilityScheduleModifier and TypeMethodDescriptionRbacApplication.getRoleEligibilitySchedules()Gets the roleEligibilitySchedules property value.UnifiedRoleEligibilityScheduleCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type UnifiedRoleEligibilityScheduleModifier and TypeMethodDescriptionvoidUnifiedRoleAssignmentSchedule.setActivatedUsing(UnifiedRoleEligibilitySchedule value) Sets the activatedUsing property value.voidUnifiedRoleAssignmentScheduleRequest.setActivatedUsing(UnifiedRoleEligibilitySchedule value) Sets the activatedUsing property value.voidUnifiedRoleEligibilityScheduleRequest.setTargetSchedule(UnifiedRoleEligibilitySchedule value) Sets the targetSchedule property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRoleEligibilityScheduleModifier and TypeMethodDescriptionvoidRbacApplication.setRoleEligibilitySchedules(List<UnifiedRoleEligibilitySchedule> value) Sets the roleEligibilitySchedules property value.voidUnifiedRoleEligibilityScheduleCollectionResponse.setValue(List<UnifiedRoleEligibilitySchedule> value) Sets the value property value.