Uses of Class
org.killbill.billing.entitlement.api.EntitlementAOStatusDryRun.DryRunChangeReason
-
Packages that use EntitlementAOStatusDryRun.DryRunChangeReason Package Description org.killbill.billing.entitlement.api -
-
Uses of EntitlementAOStatusDryRun.DryRunChangeReason in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return EntitlementAOStatusDryRun.DryRunChangeReason Modifier and Type Method Description EntitlementAOStatusDryRun.DryRunChangeReasonEntitlementAOStatusDryRun. getReason()static EntitlementAOStatusDryRun.DryRunChangeReasonEntitlementAOStatusDryRun.DryRunChangeReason. valueOf(String name)Returns the enum constant of this type with the specified name.static EntitlementAOStatusDryRun.DryRunChangeReason[]EntitlementAOStatusDryRun.DryRunChangeReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-