Uses of Class
com.mercadopago.client.point.OperatingMode
-
Packages that use OperatingMode Package Description com.mercadopago.client.point com.mercadopago.resources.point -
-
Uses of OperatingMode in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return OperatingMode Modifier and Type Method Description OperatingModePointDeviceOperatingModeRequest. getOperatingMode()Device operating mode.static OperatingModeOperatingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingMode[]OperatingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mercadopago.client.point with parameters of type OperatingMode Modifier and Type Method Description PointDeviceOperatingModeRequest.PointDeviceOperatingModeRequestBuilderPointDeviceOperatingModeRequest.PointDeviceOperatingModeRequestBuilder. operatingMode(OperatingMode operatingMode)Device operating mode. -
Uses of OperatingMode in com.mercadopago.resources.point
Methods in com.mercadopago.resources.point that return OperatingMode Modifier and Type Method Description OperatingModePointDeviceOperatingMode. getOperatingMode()Device operating mode.
-