What is a Rapid View

Hi,

Can someone, please explain me what is a RapidView?
I am developing a Jira plugin using Java API, and I need this rapid view in some functions, for example I want to get all the sprints for a given project id, but I can’t do it directly, I think I need to use SprintManager.getSprintsForView(rapidView).

Thank you very much.