Uses of Class
net.authorize.api.contract.v1.DeviceActivationEnum
-
Packages that use DeviceActivationEnum Package Description net.authorize.api.contract.v1 -
-
Uses of DeviceActivationEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as DeviceActivationEnum Modifier and Type Field Description protected DeviceActivationEnumMobileDeviceType. deviceActivationMethods in net.authorize.api.contract.v1 that return DeviceActivationEnum Modifier and Type Method Description static DeviceActivationEnumDeviceActivationEnum. fromValue(String v)DeviceActivationEnumMobileDeviceType. getDeviceActivation()Gets the value of the deviceActivation property.static DeviceActivationEnumDeviceActivationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceActivationEnum[]DeviceActivationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type DeviceActivationEnum Modifier and Type Method Description voidMobileDeviceType. setDeviceActivation(DeviceActivationEnum value)Sets the value of the deviceActivation property.
-