Class RequestReportCollection


  • public final class RequestReportCollection
    extends Object
    Paged Report records list representation.
    • Constructor Detail

      • RequestReportCollection

        public RequestReportCollection()
    • Method Detail

      • count

        public Long count()
        Get the count property: Total record count number across all pages.
        Returns:
        the count value.
      • withCount

        public RequestReportCollection withCount​(Long count)
        Set the count property: Total record count number across all pages.
        Parameters:
        count - the count value to set.
        Returns:
        the RequestReportCollection object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.