Class CommentCreateResponse
java.lang.Object
com.chargebee.v4.models.BaseResponse
com.chargebee.v4.models.comment.responses.CommentCreateResponse
Immutable response object for CommentCreate operation. Contains the response data from the API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CommentCreateResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new builder for CommentCreateResponse.booleanstatic CommentCreateResponseParse JSON response into CommentCreateResponse object.static CommentCreateResponseParse JSON response into CommentCreateResponse object with HTTP response.Get the comment from the response.inthashCode()toString()Methods inherited from class com.chargebee.v4.models.BaseResponse
getHttpResponse, header, headers, httpStatus, isIdempotencyReplayed, responsePayload
-
Method Details
-
fromJson
Parse JSON response into CommentCreateResponse object. -
fromJson
Parse JSON response into CommentCreateResponse object with HTTP response. -
builder
Create a new builder for CommentCreateResponse. -
getComment
Get the comment from the response. -
toString
-
equals
-
hashCode
public int hashCode()
-