Class ScheduleAuditReportDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • recordTimeSpan

        public ScheduleAuditReportDetails.Builder recordTimeSpan​(String recordTimeSpan)
        The time span of records in report to be scheduled.

        Allowed period strings - “H”,“D”,“M”,“Y” Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)

        Parameters:
        recordTimeSpan - the value to set
        Returns:
        this builder