| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Method and Description |
|---|---|
RetrieveThings.Builder |
RetrieveThings.Builder.dittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Sets the optional command headers.
|
static RetrieveThings.Builder |
RetrieveThings.getBuilder(List<String> thingIds)
Returns a builder for a command for retrieving the Things.
|
static RetrieveThings.Builder |
RetrieveThings.getBuilder(RetrieveThings retrieveThings)
Returns a builder for a command for retrieving Things.
|
static RetrieveThings.Builder |
RetrieveThings.getBuilder(String... thingIds)
Returns a builder for a command for retrieving the Things.
|
RetrieveThings.Builder |
RetrieveThings.Builder.namespace(String namespace)
Sets namespace for this command.
|
RetrieveThings.Builder |
RetrieveThings.Builder.selectedFields(org.eclipse.ditto.json.JsonFieldSelector selectedFields)
Sets the JSON fields which should be shown in the JSON document which is returned due to a HTTP request.
|
RetrieveThings.Builder |
RetrieveThings.Builder.selectedFields(Optional<org.eclipse.ditto.json.JsonFieldSelector> selectedFields)
Sets the JSON fields which should be shown in the JSON document which is returned due to a HTTP request.
|
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.