| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
protected QueryCollectionResponse<String> |
QueryCollection.next()
Returns the next QueryCollectionResponse object.
|
QueryCollectionResponse<DeviceTwinDevice> |
DeviceTwin.next(QueryCollection deviceTwinQueryCollection)
Returns the next
DeviceTwinDevice collection for the given query alongside the continuation token needed
for querying the next page. |
QueryCollectionResponse<DeviceTwinDevice> |
DeviceTwin.next(QueryCollection deviceTwinQueryCollection,
QueryOptions options)
Returns the next
DeviceTwinDevice collection for the given query alongside the continuation token needed
for querying the next page. |
protected QueryCollectionResponse<String> |
QueryCollection.next(QueryOptions options)
Returns the next QueryCollectionResponse object.
|
Copyright © 2022. All rights reserved.