Interface DashboardItemModule.Author

Enclosing interface:
DashboardItemModule

public static interface DashboardItemModule.Author
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.fugue.Option<String>
     
    Fullname of the author.
  • Method Details

    • getFullname

      String getFullname()
      Fullname of the author. Can't be null.
    • getEmail

      io.atlassian.fugue.Option<String> getEmail()