Uses of Class
com.cumulocity.rest.representation.operation.DeviceControlRepresentation
-
Packages that use DeviceControlRepresentation Package Description com.cumulocity.rest.representation.platform com.cumulocity.sdk.client.devicecontrol -
-
Uses of DeviceControlRepresentation in com.cumulocity.rest.representation.platform
Methods in com.cumulocity.rest.representation.platform that return DeviceControlRepresentation Modifier and Type Method Description DeviceControlRepresentationPlatformApiRepresentation. getDeviceControl()Methods in com.cumulocity.rest.representation.platform with parameters of type DeviceControlRepresentation Modifier and Type Method Description voidPlatformApiRepresentation. setDeviceControl(DeviceControlRepresentation deviceControl) -
Uses of DeviceControlRepresentation in com.cumulocity.sdk.client.devicecontrol
Constructors in com.cumulocity.sdk.client.devicecontrol with parameters of type DeviceControlRepresentation Constructor Description DeviceControlApiImpl(PlatformParameters parameters, RestConnector restConnector, UrlProcessor urlProcessor, DeviceControlRepresentation deviceControlRepresentation, int pageSize)
-