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
 TimestampFilter<Comment.CommentListRequest> createdAt()
           
 Comment.CommentListRequest entityId(String entityId)
           
 Comment.CommentListRequest entityType(EntityType entityType)
           
 Params params()
           
 Comment.CommentListRequest sortByCreatedAt(SortOrder order)
           
 
Methods inherited from class com.chargebee.internal.ListRequest
booleanFilterParam, dateFilterParam, limit, longFilterParam, offset, request, request, stringFilterParam, timestampFilterParam
 
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

entityType

public Comment.CommentListRequest entityType(EntityType entityType)

entityId

public Comment.CommentListRequest entityId(String entityId)

createdAt

public TimestampFilter<Comment.CommentListRequest> createdAt()

sortByCreatedAt

public Comment.CommentListRequest sortByCreatedAt(SortOrder order)

params

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


Copyright © 2019 ChargeBee. All Rights Reserved.