Interface WithSelectedFields
-
- All Known Subinterfaces:
ThingQueryCommand<T>
- All Known Implementing Classes:
RetrieveAttribute,RetrieveAttributes,RetrieveFeature,RetrieveFeatureDefinition,RetrieveFeatureDesiredProperties,RetrieveFeatureDesiredProperty,RetrieveFeatureProperties,RetrieveFeatureProperty,RetrieveFeatures,RetrievePolicyId,RetrieveThing,RetrieveThingDefinition,RetrieveThings
public 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.
-