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