Package tech.kronicle.sdk.models
Interface ObjectWithIdAndMerge<T>
-
- All Superinterfaces:
ObjectWithId
- All Known Implementing Classes:
EnvironmentPluginState,EnvironmentState
public interface ObjectWithIdAndMerge<T> extends ObjectWithId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmerge(T value)-
Methods inherited from interface tech.kronicle.sdk.models.ObjectWithId
getId
-
-