Uses of Class
com.adyen.model.transferwebhooks.InternalCategoryData.TypeEnum
-
Packages that use InternalCategoryData.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of InternalCategoryData.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return InternalCategoryData.TypeEnum Modifier and Type Method Description static InternalCategoryData.TypeEnumInternalCategoryData.TypeEnum. fromValue(String value)InternalCategoryData.TypeEnumInternalCategoryData. getType()**internal**static InternalCategoryData.TypeEnumInternalCategoryData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalCategoryData.TypeEnum[]InternalCategoryData.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type InternalCategoryData.TypeEnum Modifier and Type Method Description voidInternalCategoryData. setType(InternalCategoryData.TypeEnum type)**internal**InternalCategoryDataInternalCategoryData. type(InternalCategoryData.TypeEnum type)
-