Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedException.Builder
-
Packages that use ThingPreconditionFailedException.Builder Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of ThingPreconditionFailedException.Builder in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return ThingPreconditionFailedException.Builder Modifier and Type Method Description static ThingPreconditionFailedException.BuilderThingPreconditionFailedException. newBuilder(java.lang.String conditionalHeaderName, java.lang.String expected, java.lang.String actual)A mutable builder for aThingPreconditionFailedException.
-