Uses of Class
com.adyen.model.management.Store.StatusEnum
-
Packages that use Store.StatusEnum Package Description com.adyen.model.management -
-
Uses of Store.StatusEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Store.StatusEnum Modifier and Type Method Description static Store.StatusEnumStore.StatusEnum. fromValue(String value)Store.StatusEnumStore. getStatus()The status of the store.static Store.StatusEnumStore.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Store.StatusEnum[]Store.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type Store.StatusEnum Modifier and Type Method Description voidStore. setStatus(Store.StatusEnum status)The status of the store.StoreStore. status(Store.StatusEnum status)The status of the store.
-