Uses of Class
io.thestencil.client.api.ImmutableImageResource
-
Packages that use ImmutableImageResource Package Description io.thestencil.client.api -
-
Uses of ImmutableImageResource in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableImageResource Modifier and Type Method Description ImmutableImageResourceImmutableImageResource.Builder. build()Builds a newImmutableImageResource.static ImmutableImageResourceImmutableImageResource. copyOf(Markdowns.ImageResource instance)Creates an immutable copy of aMarkdowns.ImageResourcevalue.ImmutableImageResourceImmutableImageResource. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.ImmutableImageResourceImmutableImageResource. withValue(byte... elements)Copy the current immutable object with elements that replace the content ofvalue.
-