Interface WithSelectedFields

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<org.eclipse.ditto.json.JsonFieldSelector> getSelectedFields()
      Returns the selected fields which are to be included in the JSON of the retrieved entity.
    • Method Detail

      • getSelectedFields

        default java.util.Optional<org.eclipse.ditto.json.JsonFieldSelector> getSelectedFields()
        Returns the selected fields which are to be included in the JSON of the retrieved entity.
        Returns:
        the selected fields.