Uses of Class
org.killbill.billing.client.model.gen.AuditLog
-
Packages that use AuditLog Package Description org.killbill.billing.client.model org.killbill.billing.client.model.gen -
-
Uses of AuditLog in org.killbill.billing.client.model
Fields in org.killbill.billing.client.model with type parameters of type AuditLog Modifier and Type Field Description protected List<AuditLog>KillBillObject. auditLogsMethods in org.killbill.billing.client.model that return types with arguments of type AuditLog Modifier and Type Method Description List<AuditLog>KillBillObject. getAuditLogs()Method parameters in org.killbill.billing.client.model with type arguments of type AuditLog Modifier and Type Method Description voidKillBillObject. setAuditLogs(List<AuditLog> auditLogs)Constructor parameters in org.killbill.billing.client.model with type arguments of type AuditLog Constructor Description KillBillObject(List<AuditLog> auditLogs) -
Uses of AuditLog in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return AuditLog Modifier and Type Method Description AuditLogAuditLog. setChangeDate(org.joda.time.DateTime changeDate)AuditLogAuditLog. setChangedBy(String changedBy)AuditLogAuditLog. setChangeType(String changeType)AuditLogAuditLog. setComments(String comments)AuditLogAuditLog. setHistory(E history)AuditLogAuditLog. setObjectId(UUID objectId)AuditLogAuditLog. setObjectType(org.killbill.billing.ObjectType objectType)AuditLogAuditLog. setReasonCode(String reasonCode)AuditLogAuditLog. setUserToken(String userToken)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type AuditLog Constructor Description Account(UUID accountId, String name, Integer firstNameLength, String externalKey, String email, Integer billCycleDayLocal, org.killbill.billing.catalog.api.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<AuditLog> auditLogs)AccountEmail(UUID accountId, String email, List<AuditLog> auditLogs)BlockingState(UUID blockedId, String stateName, String service, Boolean isBlockChange, Boolean isBlockEntitlement, Boolean isBlockBilling, org.joda.time.DateTime effectiveDate, org.killbill.billing.entitlement.api.BlockingStateType type, List<AuditLog> auditLogs)CustomField(UUID customFieldId, UUID objectId, org.killbill.billing.ObjectType objectType, String name, String value, List<AuditLog> auditLogs)EventSubscription(UUID eventId, org.killbill.billing.catalog.api.BillingPeriod billingPeriod, org.joda.time.DateTime effectiveDate, org.joda.time.DateTime catalogEffectiveDate, String plan, String product, String priceList, org.killbill.billing.entitlement.api.SubscriptionEventType eventType, Boolean isBlockedBilling, Boolean isBlockedEntitlement, String serviceName, String serviceStateName, String phase, List<AuditLog> auditLogs)HostedPaymentPageFormDescriptor(UUID kbAccountId, String formMethod, String formUrl, Map<String,Object> formFields, Map<String,Object> properties, List<AuditLog> auditLogs)PaymentMethod(UUID paymentMethodId, String externalKey, UUID accountId, Boolean isDefault, String pluginName, PaymentMethodPluginDetail pluginInfo, List<AuditLog> auditLogs)Tag(UUID tagId, org.killbill.billing.ObjectType objectType, UUID objectId, UUID tagDefinitionId, String tagDefinitionName, List<AuditLog> auditLogs)Tenant(UUID tenantId, String externalKey, String apiKey, String apiSecret, List<AuditLog> auditLogs)
-