Uses of Class
org.killbill.billing.util.callcontext.UserType
-
Packages that use UserType Package Description org.killbill.billing.util.callcontext -
-
Uses of UserType in org.killbill.billing.util.callcontext
Methods in org.killbill.billing.util.callcontext that return UserType Modifier and Type Method Description UserTypeCallContext. getUserType()static UserTypeUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserType[]UserType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-