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