com.chargebee.models
Class Comment
java.lang.Object
com.chargebee.internal.Resource<Comment>
com.chargebee.models.Comment
public class Comment
- extends Resource<Comment>
Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
Comment
public Comment(String jsonStr)
Comment
public Comment(org.json.JSONObject jsonObj)
id
public String id()
entityType
public EntityType entityType()
addedBy
public String addedBy()
notes
public String notes()
createdAt
public Timestamp createdAt()
type
public Comment.Type type()
entityId
public String entityId()
create
public static Comment.CreateRequest create()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
list
public static Comment.CommentListRequest list()
throws IOException
- Throws:
IOException
delete
public static Request delete(String id)
throws IOException
- Throws:
IOException
Copyright © 2017 ChargeBee. All Rights Reserved.