Uses of Class
com.adyen.model.legalentitymanagement.CapabilityProblemEntityRecursive.TypeEnum
-
Packages that use CapabilityProblemEntityRecursive.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of CapabilityProblemEntityRecursive.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return CapabilityProblemEntityRecursive.TypeEnum Modifier and Type Method Description static CapabilityProblemEntityRecursive.TypeEnumCapabilityProblemEntityRecursive.TypeEnum. fromValue(String value)CapabilityProblemEntityRecursive.TypeEnumCapabilityProblemEntityRecursive. getType()Get typestatic CapabilityProblemEntityRecursive.TypeEnumCapabilityProblemEntityRecursive.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityProblemEntityRecursive.TypeEnum[]CapabilityProblemEntityRecursive.TypeEnum. 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 CapabilityProblemEntityRecursive.TypeEnum Modifier and Type Method Description voidCapabilityProblemEntityRecursive. setType(CapabilityProblemEntityRecursive.TypeEnum type)typeCapabilityProblemEntityRecursiveCapabilityProblemEntityRecursive. type(CapabilityProblemEntityRecursive.TypeEnum type)
-