Uses of Class
org.killbill.billing.util.audit.ChangeType
-
Packages that use ChangeType Package Description org.killbill.billing.util.audit -
-
Uses of ChangeType in org.killbill.billing.util.audit
Methods in org.killbill.billing.util.audit that return ChangeType Modifier and Type Method Description ChangeTypeAuditLog. getChangeType()Get the type of change for this log entrystatic ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-