Uses of Class
com.adyen.enums.Region
-
Packages that use Region Package Description com.adyen com.adyen.enums -
-
Uses of Region in com.adyen
Fields in com.adyen declared as Region Modifier and Type Field Description protected RegionConfig. terminalApiRegionMethods in com.adyen that return Region Modifier and Type Method Description RegionConfig. getTerminalApiRegion()Methods in com.adyen with parameters of type Region Modifier and Type Method Description StringClient. retrieveCloudEndpoint(Region region, Environment environment)voidConfig. setTerminalApiRegion(Region terminalApiRegion) -
Uses of Region in com.adyen.enums
Fields in com.adyen.enums with type parameters of type Region Modifier and Type Field Description static Map<Region,String>Region. TERMINAL_API_ENDPOINTS_MAPPINGMaps regions to their respective Terminal API endpoints.Methods in com.adyen.enums that return Region Modifier and Type Method Description static RegionRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static Region[]Region. values()Returns an array containing the constants of this enum type, in the order they are declared.
-