Uses of Class
io.fluxzero.common.api.modeling.ModelUpdate
Packages that use ModelUpdate
-
Uses of ModelUpdate in io.fluxzero.common.api.modeling
Method parameters in io.fluxzero.common.api.modeling with type arguments of type ModelUpdateModifier and TypeMethodDescriptionstatic CommitModelsResultCommitModelsResult.accepted(long requestId, String commitId, List<ModelUpdate> updates) Creates an accepted commit result.Constructor parameters in io.fluxzero.common.api.modeling with type arguments of type ModelUpdateModifierConstructorDescriptionCommitModelsResult(long requestId, String commitId, List<ModelUpdate> updates, List<ModelCommitConflict> conflicts, boolean retryAllowed, boolean duplicate, Long rebaseStateIndex) Creates a model commit result, normalizing omitted compatibility fields to empty collections.