Package | Description |
---|---|
com.cumulocity.sdk.client.devicecontrol |
Modifier and Type | Method and Description |
---|---|
DeviceCredentialsRepresentation |
DeviceCredentialsApi.pollCredentials(String deviceId)
Executes single request to credentials endpoint
|
DeviceCredentialsRepresentation |
DeviceCredentialsApiImpl.pollCredentials(String deviceId) |
DeviceCredentialsRepresentation |
DeviceCredentialsApi.pollCredentials(String deviceId,
int interval,
int timeout)
Schedule polling credentials task, invoking it at the specified execution time and subsequently with the given interval
Execution will end after timeout
|
DeviceCredentialsRepresentation |
DeviceCredentialsApiImpl.pollCredentials(String deviceId,
int interval,
int timeout) |
DeviceCredentialsRepresentation |
DeviceCredentialsApi.pollCredentials(String deviceId,
PollingStrategy strategy)
Device poll credentials
|
DeviceCredentialsRepresentation |
DeviceCredentialsApiImpl.pollCredentials(String deviceId,
PollingStrategy pollingStrategy) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.