public class GitlabDiscussion extends Object
Constructor and Description |
---|
GitlabDiscussion(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
addNote(GitlabNote note)
Add a note to the discussion.
|
String |
getId()
Get the id of this discussion.
|
List<GitlabNote> |
getNotes()
Get the notes of this discussion.
|
boolean |
isIndividualNote() |
public static final String URL
public GitlabDiscussion(String id)
public String getId()
public List<GitlabNote> getNotes()
public boolean addNote(GitlabNote note)
note
- The note to add to the discussion.Collection.add(E)
)public boolean isIndividualNote()
Copyright © 2019. All rights reserved.