Class ChangeNotes.Factory.ChangeNotesResult

    • Constructor Detail

      • ChangeNotesResult

        public ChangeNotesResult()
    • Method Detail

      • id

        public abstract Change.Id id()
        Change ID that was scanned.
      • error

        public abstract Optional<Throwable> error()
        Error encountered while loading this change, if any.
      • notes

        public ChangeNotes notes()
        Notes loaded for this change.
        Returns:
        notes.
        Throws:
        IllegalStateException - if there was an error loading the change; callers must check that error() is absent before attempting to look up the notes.