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