Interface LevelsExpandOption
public interface LevelsExpandOption
Represents the system query option $levels when used inside $expand
For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)
-
Method Summary
-
Method Details
-
isMax
boolean isMax()- Returns:
- Levels was max
-
getValue
int getValue()- Returns:
- Value of $levels
-