Uses of Class
com.adyen.model.managementwebhooks.CapabilityProblemEntityRecursive.TypeEnum
-
Packages that use CapabilityProblemEntityRecursive.TypeEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of CapabilityProblemEntityRecursive.TypeEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return CapabilityProblemEntityRecursive.TypeEnum Modifier and Type Method Description static CapabilityProblemEntityRecursive.TypeEnumCapabilityProblemEntityRecursive.TypeEnum. fromValue(String value)CapabilityProblemEntityRecursive.TypeEnumCapabilityProblemEntityRecursive. getType()The type of entity.static 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.managementwebhooks with parameters of type CapabilityProblemEntityRecursive.TypeEnum Modifier and Type Method Description voidCapabilityProblemEntityRecursive. setType(CapabilityProblemEntityRecursive.TypeEnum type)The type of entity.CapabilityProblemEntityRecursiveCapabilityProblemEntityRecursive. type(CapabilityProblemEntityRecursive.TypeEnum type)The type of entity.
-