Interface FeaturesChange

  • All Superinterfaces:
    Acknowledgeable, Change, org.eclipse.ditto.base.model.headers.DittoHeadersSettable<Change>, org.eclipse.ditto.base.model.headers.WithDittoHeaders, org.eclipse.ditto.base.model.entity.id.WithEntityId, org.eclipse.ditto.base.model.entity.type.WithEntityType
    All Known Implementing Classes:
    ImmutableFeaturesChange

    public interface FeaturesChange
    extends Change
    Represents a change of a Thing regarding its Features.
    Since:
    1.0.0
    • Method Detail

      • getFeatures

        org.eclipse.ditto.things.model.Features getFeatures()
        Returns the Features of which were object of the change.
        Returns:
        the set Features of the Thing.