Uses of Class
io.thestencil.staticontent.api.ImmutableImageData
-
Packages that use ImmutableImageData Package Description io.thestencil.staticontent.api -
-
Uses of ImmutableImageData in io.thestencil.staticontent.api
Methods in io.thestencil.staticontent.api that return ImmutableImageData Modifier and Type Method Description ImmutableImageDataImmutableImageData.Builder. build()Builds a newImmutableImageData.static ImmutableImageDataImmutableImageData. copyOf(StaticContentClient.ImageData instance)Creates an immutable copy of aStaticContentClient.ImageDatavalue.ImmutableImageDataImmutableImageData. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.ImmutableImageDataImmutableImageData. withValue(byte... elements)Copy the current immutable object with elements that replace the content ofvalue.
-