com.chargebee.models
Class Comment.CommentListRequest

java.lang.Object
  extended by com.chargebee.internal.RequestBase<U>
      extended by com.chargebee.internal.ListRequest<Comment.CommentListRequest>
          extended by com.chargebee.models.Comment.CommentListRequest
Enclosing class:
Comment

public static class Comment.CommentListRequest
extends ListRequest<Comment.CommentListRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Comment.CommentListRequest entityId(String entityId)
           
 Comment.CommentListRequest entityType(EntityType entityType)
           
 Comment.CommentListRequest limit(Integer limit)
           
 Comment.CommentListRequest offset(String offset)
           
 Params params()
           
 
Methods inherited from class com.chargebee.internal.ListRequest
limit, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

limit

public Comment.CommentListRequest limit(Integer limit)

offset

public Comment.CommentListRequest offset(String offset)
Overrides:
offset in class ListRequest<Comment.CommentListRequest>

entityType

public Comment.CommentListRequest entityType(EntityType entityType)

entityId

public Comment.CommentListRequest entityId(String entityId)

params

public Params params()
Overrides:
params in class RequestBase<Comment.CommentListRequest>


Copyright © 2015 ChargeBee. All Rights Reserved.