Uses of Class
org.killbill.billing.client.model.gen.PluginServiceInfo
-
Packages that use PluginServiceInfo Package Description org.killbill.billing.client.model.gen -
-
Uses of PluginServiceInfo in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PluginServiceInfo Modifier and Type Method Description PluginServiceInfoPluginServiceInfo. setRegistrationName(String registrationName)PluginServiceInfoPluginServiceInfo. setServiceTypeName(String serviceTypeName)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PluginServiceInfo Modifier and Type Method Description List<PluginServiceInfo>PluginInfo. getServices()Methods in org.killbill.billing.client.model.gen with parameters of type PluginServiceInfo Modifier and Type Method Description PluginInfoPluginInfo. addServicesItem(PluginServiceInfo servicesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type PluginServiceInfo Modifier and Type Method Description PluginInfoPluginInfo. setServices(List<PluginServiceInfo> services)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type PluginServiceInfo Constructor Description PluginInfo(String bundleSymbolicName, String pluginKey, String pluginName, String version, String state, Boolean isSelectedForStart, List<PluginServiceInfo> services)
-