Class SudoCommand.JsonFields
java.lang.Object
org.eclipse.ditto.base.model.signals.commands.Command.JsonFields
org.eclipse.ditto.things.api.commands.sudo.SudoCommand.JsonFields
- Enclosing interface:
- SudoCommand<T extends SudoCommand<T>>
public static class SudoCommand.JsonFields
extends org.eclipse.ditto.base.model.signals.commands.Command.JsonFields
An enumeration of the known
JsonFields of a Thing command.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.ditto.json.JsonFieldDefinition<String>JSON field containing the Thing ID.static final org.eclipse.ditto.json.JsonFieldDefinition<String>JSON field containing aJsonFieldSelectorto specify the JSON fields included in the things to retrieve.Fields inherited from class org.eclipse.ditto.base.model.signals.commands.Command.JsonFields
TYPE -
Method Summary
-
Field Details
-
JSON_THING_ID
JSON field containing the Thing ID. -
SELECTED_FIELDS
JSON field containing aJsonFieldSelectorto specify the JSON fields included in the things to retrieve.
-