Class RoleAssignmentList
java.lang.Object
com.aeontronix.enhancedmule.tools.util.PaginatedList<RoleAssignment,RoleGroup>
com.aeontronix.enhancedmule.tools.role.RoleAssignmentList
- All Implemented Interfaces:
Iterable<RoleAssignment>
public class RoleAssignmentList extends PaginatedList<RoleAssignment,RoleGroup>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
PaginatedList.PaginatingIterator -
Field Summary
-
Constructor Summary
Constructors Constructor Description RoleAssignmentList(RoleGroup rg)RoleAssignmentList(RoleGroup rg, int limit) -
Method Summary
Modifier and Type Method Description protected @NotNull com.aeontronix.commons.URLBuilderbuildUrl()voiddownload()protected voidparseJson(String json, JsonHelper jsonHelper)Methods inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
getAll, getTotal, iterator, setTotal, size
-
Constructor Details
-
Method Details
-
download
- Overrides:
downloadin classPaginatedList<RoleAssignment,RoleGroup>- Throws:
HttpException
-
buildUrl
@NotNull protected @NotNull com.aeontronix.commons.URLBuilder buildUrl()- Specified by:
buildUrlin classPaginatedList<RoleAssignment,RoleGroup>
-
parseJson
- Overrides:
parseJsonin classPaginatedList<RoleAssignment,RoleGroup>
-