Class Note

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AnyObjectId>

    public class Note
    extends ObjectId
    In-memory representation of a single note attached to one object.
    See Also:
    Serialized Form
    • Constructor Detail

      • Note

        public Note​(AnyObjectId noteOn,
                    ObjectId noteData)
        A Git note about the object referenced by noteOn.
        Parameters:
        noteOn - the object that has a note attached to it.
        noteData - the actual note data contained in this note
    • Method Detail

      • getData

        public ObjectId getData()
        Returns:
        the note content