Package org.dnsge.powerschoolapi.util
Class ViewSpecification
- java.lang.Object
-
- org.dnsge.powerschoolapi.util.ViewSpecification
-
public class ViewSpecification extends java.lang.Object
Class that represents a specific specification of Column Layouts on a powerschool homepage- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description ViewSpecification(org.jsoup.nodes.Element element)
Basic ViewSpecification Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnMode
getAt(int colNumb)
Gets theColumnMode
at a specific column index
-
-
-
Method Detail
-
getAt
public ColumnMode getAt(int colNumb)
Gets theColumnMode
at a specific column index- Parameters:
colNumb
- Column Index- Returns:
- Desired ColumnMode
- See Also:
ColumnMode
-
-