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.
|
Constructor and Description |
---|
Note() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachment() |
Author |
getAuthor() |
String |
getBody() |
Date |
getCreatedAt() |
Boolean |
getDownvote() |
Date |
getExpiresAt() |
String |
getFileName() |
Integer |
getId() |
Integer |
getNoteableId() |
Integer |
getNoteableIid() |
Note.NoteableType |
getNoteableType() |
Boolean |
getSystem() |
String |
getTitle() |
String |
getUpdatedAt() |
Boolean |
getUpvote() |
void |
setAttachment(String attachment) |
void |
setAuthor(Author author) |
void |
setBody(String body) |
void |
setCreatedAt(Date createdAt) |
void |
setDownvote(Boolean downvote) |
void |
setExpiresAt(Date expiresAt) |
void |
setFileName(String fileName) |
void |
setId(Integer id) |
void |
setNoteableId(Integer noteableId) |
void |
setNoteableIid(Integer noteableIid) |
void |
setNoteableType(Note.NoteableType noteableType) |
void |
setSystem(Boolean system) |
void |
setTitle(String title) |
void |
setUpdatedAt(String updatedAt) |
void |
setUpvote(Boolean upvote) |
String |
toString() |
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 Note.NoteableType getNoteableType()
public void setNoteableType(Note.NoteableType 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 String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public Boolean getUpvote()
public void setUpvote(Boolean upvote)
Copyright © 2018. All rights reserved.