Uses of Class
model.CreateDevice
Packages that use CreateDevice
-
Uses of CreateDevice in api
Methods in api with parameters of type CreateDeviceModifier and TypeMethodDescriptionDevicesApi.create(String merchantId, CreateDevice createDevice) Create a Device Create a `Device` under a `Merchant`.okhttp3.CallDevicesApi.createMerchantDeviceAsync(String merchantId, CreateDevice createDevice, ApiCallback<Device> _callback) Create a Device (asynchronously) Create a `Device` under a `Merchant`.okhttp3.CallDevicesApi.createMerchantDeviceCall(String merchantId, CreateDevice createDevice, ApiCallback _callback) Build call for createMerchantDeviceDevicesApi.createMerchantDeviceWithHttpInfo(String merchantId, CreateDevice createDevice) Create a Device Create a `Device` under a `Merchant`. -
Uses of CreateDevice in model
Methods in model that return CreateDeviceModifier and TypeMethodDescriptionCreateDevice._configuration(ConfigurationDetails _configuration) CreateDevice.description(String description) static CreateDeviceCreate an instance of CreateDevice given an JSON stringCreateDevice.merchantId(String merchantId) CreateDevice.model(CreateDevice.ModelEnum model) CreateDevice.putTagsItem(String key, String tagsItem)