Package edu.ucsb.cs156.courses.documents
Class CoursePage
java.lang.Object
edu.ucsb.cs156.courses.documents.CoursePage
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCreate a List of ConvertedSections from json representationstatic CoursePageCreate a CoursePage object from json representation 
- 
Constructor Details
- 
CoursePage
public CoursePage() 
 - 
 - 
Method Details
- 
fromJSON
Create a CoursePage object from json representation- Parameters:
 json- String of json returned by API endpoint/classes/search- Returns:
 - a new CoursePage object
 - See Also:
 
 - 
convertedSections
Create a List of ConvertedSections from json representation- Returns:
 - a list of converted sections
 
 
 -