Uses of Class
org.killbill.billing.OrderingType
-
Packages that use OrderingType Package Description org.killbill.billing org.killbill.billing.entitlement.api -
-
Uses of OrderingType in org.killbill.billing
Methods in org.killbill.billing that return OrderingType Modifier and Type Method Description static OrderingTypeOrderingType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderingType[]OrderingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderingType in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api with parameters of type OrderingType Modifier and Type Method Description Iterable<BlockingState>SubscriptionApi. getBlockingStates(UUID accountId, List<BlockingStateType> typeFilter, List<String> svcsFilter, OrderingType orderingType, int timeFilter, TenantContext context)
-