Uses of Class
org.eclipse.ditto.things.model.ThingTooLargeException.Builder
-
Packages that use ThingTooLargeException.Builder Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of ThingTooLargeException.Builder in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingTooLargeException.Builder Modifier and Type Method Description static ThingTooLargeException.BuilderThingTooLargeException. newBuilder(long actualBytes, long maxBytes)A mutable builder for aThingTooLargeException.
-