public class Note extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Note.NoteableType |
static class |
Note.OrderBy
Enum to use for ordering the results.
|
static class |
Note.Type |
Constructor and Description |
---|
Note() |
public String getAttachment()
public void setAttachment(String attachment)
public Author getAuthor()
public void setAuthor(Author author)
public String getBody()
public void setBody(String body)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getDownvote()
public void setDownvote(Boolean downvote)
public Date getExpiresAt()
public void setExpiresAt(Date expiresAt)
public String getFileName()
public void setFileName(String fileName)
public Long getId()
public void setId(Long id)
public Long getNoteableId()
public void setNoteableId(Long noteableId)
public String getNoteableType()
public void setNoteableType(String noteableType)
public Long getNoteableIid()
public void setNoteableIid(Long noteableIid)
public Boolean getSystem()
public void setSystem(Boolean system)
public String getTitle()
public void setTitle(String title)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Boolean getUpvote()
public void setUpvote(Boolean upvote)
public Boolean getResolved()
public void setResolved(Boolean resolved)
public Boolean getResolvable()
public void setResolvable(Boolean resolvable)
public Participant getResolvedBy()
public void setResolvedBy(Participant resolvedBy)
public Date getResolvedAt()
public void setResolvedAt(Date resolvedAt)
public Note.Type getType()
public void setType(Note.Type type)
public Position getPosition()
public void setPosition(Position position)
Copyright © 2022. All rights reserved.