Uses of Class
io.thestencil.staticontent.api.ImmutableImageData.Builder
-
Packages that use ImmutableImageData.Builder Package Description io.thestencil.staticontent.api -
-
Uses of ImmutableImageData.Builder in io.thestencil.staticontent.api
Methods in io.thestencil.staticontent.api that return ImmutableImageData.Builder Modifier and Type Method Description static ImmutableImageData.BuilderImmutableImageData. builder()Creates a builder forImmutableImageData.ImmutableImageData.BuilderImmutableImageData.Builder. from(StaticContentClient.ImageData instance)Fill a builder with attribute values from the providedImageDatainstance.ImmutableImageData.BuilderImmutableImageData.Builder. path(String path)Initializes the value for thepathattribute.ImmutableImageData.BuilderImmutableImageData.Builder. value(byte... value)Initializes the value for thevalueattribute.Method parameters in io.thestencil.staticontent.api with type arguments of type ImmutableImageData.Builder Modifier and Type Method Description StaticContentClient.StaticContentBuilderStaticContentClient.StaticContentBuilder. image(Function<ImmutableImageData.Builder,StaticContentClient.ImageData> newImage)
-