Uses of Class
com.adyen.model.legalentitymanagement.BusinessLineInfo.ServiceEnum
-
Packages that use BusinessLineInfo.ServiceEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of BusinessLineInfo.ServiceEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return BusinessLineInfo.ServiceEnum Modifier and Type Method Description static BusinessLineInfo.ServiceEnumBusinessLineInfo.ServiceEnum. fromValue(String value)BusinessLineInfo.ServiceEnumBusinessLineInfo. getService()The service for which you are creating the business line.static BusinessLineInfo.ServiceEnumBusinessLineInfo.ServiceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessLineInfo.ServiceEnum[]BusinessLineInfo.ServiceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type BusinessLineInfo.ServiceEnum Modifier and Type Method Description BusinessLineInfoBusinessLineInfo. service(BusinessLineInfo.ServiceEnum service)The service for which you are creating the business line.voidBusinessLineInfo. setService(BusinessLineInfo.ServiceEnum service)The service for which you are creating the business line.
-