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

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.ditto.json.JsonFieldDefinition<String>
    JSON field containing the Thing ID.
    static final org.eclipse.ditto.json.JsonFieldDefinition<String>
    JSON field containing a JsonFieldSelector to 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JSON_THING_ID

      public static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON_THING_ID
      JSON field containing the Thing ID.
    • SELECTED_FIELDS

      public static final org.eclipse.ditto.json.JsonFieldDefinition<String> SELECTED_FIELDS
      JSON field containing a JsonFieldSelector to specify the JSON fields included in the things to retrieve.