| Package | Description |
|---|---|
| org.killbill.billing.entitlement.api |
| Modifier and Type | Method and Description |
|---|---|
BlockingStateType |
BlockingState.getType() |
static BlockingStateType |
BlockingStateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockingStateType[] |
BlockingStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<BlockingState> |
SubscriptionApi.getBlockingStates(java.util.UUID accountId,
java.util.List<BlockingStateType> typeFilter,
java.util.List<java.lang.String> svcsFilter,
OrderingType orderingType,
int timeFilter,
TenantContext context) |
Copyright © 2010-2019. All Rights Reserved.