public class GitlabNote extends Object
Constructor and Description |
---|
GitlabNote() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachment() |
GitlabUser |
getAuthor() |
String |
getBody() |
Date |
getCreatedAt() |
Integer |
getId() |
void |
setAttachment(String attachment) |
void |
setAuthor(GitlabUser author) |
void |
setBody(String body) |
void |
setCreatedAt(Date createdAt) |
void |
setId(Integer id) |
public static final String URL
public Integer getId()
public void setId(Integer id)
public String getBody()
public void setBody(String body)
public GitlabUser getAuthor()
public void setAuthor(GitlabUser author)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getAttachment()
public void setAttachment(String attachment)
Copyright © 2015. All Rights Reserved.