Package africa.absa.inception.security
Class UserDirectorySummaries
java.lang.Object
africa.absa.inception.security.UserDirectorySummaries
- All Implemented Interfaces:
Serializable
The UserDirectorySummaries class holds the results of a request to retrieve a list of user
directory summaries.
- Author:
- Marcus Portmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new UserDirectorySummaries.UserDirectorySummaries(List<UserDirectorySummary> userDirectorySummaries, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Constructs a new UserDirectorySummaries. -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional filter that was applied to the user directory summaries.Returns the optional page index.Returns the optional page size.africa.absa.inception.core.sorting.SortDirectionReturns the optional sort direction that was applied to the user directory summaries.getTotal()Returns the total number of user directory summaries.Returns the user directory summaries.
-
Constructor Details
-
UserDirectorySummaries
public UserDirectorySummaries()Constructs a new UserDirectorySummaries. -
UserDirectorySummaries
public UserDirectorySummaries(List<UserDirectorySummary> userDirectorySummaries, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Constructs a new UserDirectorySummaries.- Parameters:
userDirectorySummaries- the user directory summariestotal- the total number of user directory summariesfilter- the optional filter that was applied to the user directory summariessortDirection- the optional sort direction that was applied to the user directory summariespageIndex- the optional page indexpageSize- the optional page size
-
-
Method Details
-
getFilter
Returns the optional filter that was applied to the user directory summaries.- Returns:
- the optional filter that was applied to the user directory summaries
-
getPageIndex
Returns the optional page index.- Returns:
- the optional page index
-
getPageSize
Returns the optional page size.- Returns:
- the optional page size
-
getSortDirection
public africa.absa.inception.core.sorting.SortDirection getSortDirection()Returns the optional sort direction that was applied to the user directory summaries.- Returns:
- the optional sort direction that was applied to the user directory summaries
-
getTotal
Returns the total number of user directory summaries.- Returns:
- the total number of user directory summaries
-
getUserDirectorySummaries
Returns the user directory summaries.- Returns:
- the user directory summaries
-