Class Draft
java.lang.Object
com.github.jamesnetherton.zulip.client.api.draft.Draft
Defines a Zulip draft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
getTo()
getTopic()
getType()
void
setContent
(String content) void
setId
(long id) void
setTimestamp
(Instant timestamp) void
void
void
-
Constructor Details
-
Draft
public Draft()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getType
-
setType
-
getTo
-
setTo
-
getTopic
-
setTopic
-
getContent
-
setContent
-
getTimestamp
-
setTimestamp
-