Uses of Class
org.killbill.billing.jaxrs.json.AuditLogJson
-
Packages that use AuditLogJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of AuditLogJson in org.killbill.billing.jaxrs.json
Fields in org.killbill.billing.jaxrs.json with type parameters of type AuditLogJson Modifier and Type Field Description protected List<AuditLogJson>JsonBase. auditLogsMethods in org.killbill.billing.jaxrs.json that return types with arguments of type AuditLogJson Modifier and Type Method Description List<AuditLogJson>JsonBase. getAuditLogs()protected static List<AuditLogJson>JsonBase. toAuditLogJson(List<AuditLog> auditLogs)Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type AuditLogJson Constructor Description AccountJson(UUID accountId, String name, Integer firstNameLength, String externalKey, String email, Integer billCycleDayLocal, Currency currency, UUID parentAccountId, Boolean isPaymentDelegatedToParent, UUID paymentMethodId, org.joda.time.DateTime referenceTime, String timeZone, String address1, String address2, String postalCode, String company, String city, String state, String country, String locale, String phone, String notes, Boolean isMigrated, BigDecimal accountBalance, BigDecimal accountCBA, List<AuditLogJson> auditLogs)BlockingStateJson(UUID blockedId, String stateName, String service, Boolean isBlockChange, Boolean isBlockEntitlement, Boolean isBlockBilling, org.joda.time.DateTime effectiveDate, BlockingStateType type, List<AuditLogJson> auditLogs)CustomFieldJson(UUID customFieldId, UUID objectId, org.killbill.billing.ObjectType objectType, String name, String value, List<AuditLogJson> auditLogs)EventSubscriptionJson(UUID eventId, BillingPeriod billingPeriod, org.joda.time.DateTime effectiveDate, org.joda.time.DateTime catalogEffectiveDate, String plan, String product, String priceList, SubscriptionEventType eventType, Boolean isBlockedBilling, Boolean isBlockedEntitlement, String serviceName, String serviceStateName, String phase, List<AuditLogJson> auditLogs)JsonBase(List<AuditLogJson> auditLogs)PaymentMethodJson(UUID paymentMethodId, String externalKey, UUID accountId, Boolean isDefault, String pluginName, PaymentMethodJson.PaymentMethodPluginDetailJson pluginInfo, List<AuditLogJson> auditLogs)TagJson(UUID tagId, org.killbill.billing.ObjectType objectType, UUID objectId, UUID tagDefinitionId, String tagDefinitionName, List<AuditLogJson> auditLogs) -
Uses of AuditLogJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources that return types with arguments of type AuditLogJson Modifier and Type Method Description protected List<AuditLogJson>JaxRsResourceBase. getAuditLogsWithHistory(List<AuditLogWithHistory> auditLogWithHistory)
-