Interface CallContext
-
- All Superinterfaces:
TenantContext
public interface CallContext extends TenantContext
External use
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallOrigingetCallOrigin()StringgetComments()org.joda.time.DateTimegetCreatedDate()StringgetReasonCode()org.joda.time.DateTimegetUpdatedDate()StringgetUserName()UUIDgetUserToken()UserTypegetUserType()-
Methods inherited from interface org.killbill.billing.util.callcontext.TenantContext
getAccountId, getTenantId
-
-
-
-
Method Detail
-
getUserToken
UUID getUserToken()
-
getUserName
String getUserName()
-
getCallOrigin
CallOrigin getCallOrigin()
-
getUserType
UserType getUserType()
-
getReasonCode
String getReasonCode()
-
getComments
String getComments()
-
getCreatedDate
org.joda.time.DateTime getCreatedDate()
-
getUpdatedDate
org.joda.time.DateTime getUpdatedDate()
-
-