Uses of Class
com.microsoft.graph.models.UnifiedRoleAssignmentSchedule
Packages that use UnifiedRoleAssignmentSchedule
-
Uses of UnifiedRoleAssignmentSchedule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRoleAssignmentScheduleModifier and TypeMethodDescriptionUnifiedRoleAssignmentSchedule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueUnifiedRoleAssignmentScheduleRequest.getTargetSchedule()Gets the targetSchedule property value.Methods in com.microsoft.graph.models that return types with arguments of type UnifiedRoleAssignmentScheduleModifier and TypeMethodDescriptionRbacApplication.getRoleAssignmentSchedules()Gets the roleAssignmentSchedules property value.UnifiedRoleAssignmentScheduleCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type UnifiedRoleAssignmentScheduleModifier and TypeMethodDescriptionvoidUnifiedRoleAssignmentScheduleRequest.setTargetSchedule(UnifiedRoleAssignmentSchedule value) Sets the targetSchedule property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRoleAssignmentScheduleModifier and TypeMethodDescriptionvoidRbacApplication.setRoleAssignmentSchedules(List<UnifiedRoleAssignmentSchedule> value) Sets the roleAssignmentSchedules property value.voidUnifiedRoleAssignmentScheduleCollectionResponse.setValue(List<UnifiedRoleAssignmentSchedule> value) Sets the value property value.