Uses of Class
com.adyen.model.nexo.GlobalStatusType
-
Packages that use GlobalStatusType Package Description com.adyen.model.nexo -
-
Uses of GlobalStatusType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as GlobalStatusType Modifier and Type Field Description protected GlobalStatusTypePOIStatus. globalStatusThe Global status.Methods in com.adyen.model.nexo that return GlobalStatusType Modifier and Type Method Description static GlobalStatusTypeGlobalStatusType. fromValue(String v)From value global status type.GlobalStatusTypePOIStatus. getGlobalStatus()Gets the value of the globalStatus property.static GlobalStatusTypeGlobalStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalStatusType[]GlobalStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type GlobalStatusType Modifier and Type Method Description voidPOIStatus. setGlobalStatus(GlobalStatusType value)Sets the value of the globalStatus property.
-