Uses of Class
com.adyen.model.legalentitymanagement.BusinessLineInfoUpdate.ServiceEnum
-
Packages that use BusinessLineInfoUpdate.ServiceEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of BusinessLineInfoUpdate.ServiceEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return BusinessLineInfoUpdate.ServiceEnum Modifier and Type Method Description static BusinessLineInfoUpdate.ServiceEnumBusinessLineInfoUpdate.ServiceEnum. fromValue(String value)BusinessLineInfoUpdate.ServiceEnumBusinessLineInfoUpdate. getService()The service for which you are creating the business line.static BusinessLineInfoUpdate.ServiceEnumBusinessLineInfoUpdate.ServiceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessLineInfoUpdate.ServiceEnum[]BusinessLineInfoUpdate.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 BusinessLineInfoUpdate.ServiceEnum Modifier and Type Method Description BusinessLineInfoUpdateBusinessLineInfoUpdate. service(BusinessLineInfoUpdate.ServiceEnum service)voidBusinessLineInfoUpdate. setService(BusinessLineInfoUpdate.ServiceEnum service)The service for which you are creating the business line.
-