com.chargebee.models
Class Comment.CreateRequest

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

public static class Comment.CreateRequest
extends Request<Comment.CreateRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 Comment.CreateRequest addedBy(String addedBy)
           
 Comment.CreateRequest entityId(String entityId)
           
 Comment.CreateRequest entityType(EntityType entityType)
           
 Comment.CreateRequest notes(String notes)
           
 Params params()
           
 
Methods inherited from class com.chargebee.internal.Request
param, 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

entityType

public Comment.CreateRequest entityType(EntityType entityType)

entityId

public Comment.CreateRequest entityId(String entityId)

notes

public Comment.CreateRequest notes(String notes)

addedBy

public Comment.CreateRequest addedBy(String addedBy)

params

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


Copyright © 2015 ChargeBee. All Rights Reserved.