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 Integer getId()
public void setId(Integer id)
public Integer getNoteableId()
public void setNoteableId(Integer noteableId)
public String getNoteableType()
public void setNoteableType(String noteableType)
public Integer getNoteableIid()
public void setNoteableIid(Integer 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 Note.Type getType()
public void setType(Note.Type type)
public Position getPosition()
public void setPosition(Position position)
Copyright © 2019. All rights reserved.