Class ApprovalSettings

java.lang.Object
com.deniz.jira.worklog.configuration.ApprovalSettings

public class ApprovalSettings
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ApprovalSettings.TimesheetSubmitNotification  
  • Constructor Summary

    Constructors 
    Constructor Description
    ApprovalSettings()  
    ApprovalSettings​(boolean reviewOfNotSubmittedTimesheetsAllowed, boolean submissionReminderSent, boolean submissionCommentRequired, boolean rejectionCommentRequired, boolean approvalCommentRequired, boolean revokeOfApprovedTimesheetAllowed, boolean actionOnOwnTimesheetAllowed, boolean updatingSubmittedTimesheetAllowed, ApprovalSettings.TimesheetSubmitNotification timesheetSubmitNotification)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApprovalSettings

      public ApprovalSettings()
    • ApprovalSettings

      public ApprovalSettings​(boolean reviewOfNotSubmittedTimesheetsAllowed, boolean submissionReminderSent, boolean submissionCommentRequired, boolean rejectionCommentRequired, boolean approvalCommentRequired, boolean revokeOfApprovedTimesheetAllowed, boolean actionOnOwnTimesheetAllowed, boolean updatingSubmittedTimesheetAllowed, ApprovalSettings.TimesheetSubmitNotification timesheetSubmitNotification)