Class UserDirectorySummaries

java.lang.Object
africa.absa.inception.security.UserDirectorySummaries
All Implemented Interfaces:
Serializable

public class UserDirectorySummaries extends Object implements Serializable
The UserDirectorySummaries class holds the results of a request to retrieve a list of user directory summaries.
Author:
Marcus Portmann
See Also:
  • 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 summaries
      total - the total number of user directory summaries
      filter - the optional filter that was applied to the user directory summaries
      sortDirection - the optional sort direction that was applied to the user directory summaries
      pageIndex - the optional page index
      pageSize - the optional page size
  • Method Details

    • getFilter

      public String 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

      public Integer getPageIndex()
      Returns the optional page index.
      Returns:
      the optional page index
    • getPageSize

      public Integer 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

      public Long getTotal()
      Returns the total number of user directory summaries.
      Returns:
      the total number of user directory summaries
    • getUserDirectorySummaries

      public List<UserDirectorySummary> getUserDirectorySummaries()
      Returns the user directory summaries.
      Returns:
      the user directory summaries