Modifier and Type | Class and Description |
---|---|
static class |
Comment.CommentListRequest |
static class |
Comment.CreateRequest |
static class |
Comment.Type |
Constructor and Description |
---|
Comment(org.json.JSONObject jsonObj) |
Comment(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
String |
addedBy() |
static Comment.CreateRequest |
create() |
Timestamp |
createdAt() |
static Request |
delete(String id) |
String |
entityId() |
EntityType |
entityType() |
String |
id() |
static Comment.CommentListRequest |
list() |
String |
notes() |
static Request |
retrieve(String id) |
Comment.Type |
type() |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public Comment(String jsonStr)
public Comment(org.json.JSONObject jsonObj)
public String id()
public EntityType entityType()
public String addedBy()
public String notes()
public Timestamp createdAt()
public Comment.Type type()
public String entityId()
public static Comment.CreateRequest create()
public static Comment.CommentListRequest list()
Copyright © 2022 ChargeBee. All rights reserved.