public class TextlinePost extends Object
| Modifier and Type | Field and Description |
|---|---|
org.json.simple.JSONArray |
attachements |
String |
body |
String |
conversation_uuid |
java.time.Instant |
created_at |
org.json.simple.JSONObject |
creator |
boolean |
is_whisper |
boolean |
marked_as_resolved |
org.json.simple.JSONObject |
transfered_to |
String |
uuid |
| Constructor and Description |
|---|
TextlinePost() |
public String uuid
public org.json.simple.JSONArray attachements
public String body
public String conversation_uuid
public java.time.Instant created_at
public org.json.simple.JSONObject creator
public boolean is_whisper
public boolean marked_as_resolved
public org.json.simple.JSONObject transfered_to
Copyright © 2019. All rights reserved.