Uses of Class
io.thestencil.client.api.ImmutablePageReleaseItem
-
Packages that use ImmutablePageReleaseItem Package Description io.thestencil.client.api -
-
Uses of ImmutablePageReleaseItem in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutablePageReleaseItem Modifier and Type Method Description ImmutablePageReleaseItemImmutablePageReleaseItem.Builder. build()Builds a newImmutablePageReleaseItem.static ImmutablePageReleaseItemImmutablePageReleaseItem. copyOf(StencilClient.PageReleaseItem instance)Creates an immutable copy of aStencilClient.PageReleaseItemvalue.ImmutablePageReleaseItemImmutablePageReleaseItem. withH1(String value)Copy the current immutable object by setting a value for theh1attribute.ImmutablePageReleaseItemImmutablePageReleaseItem. withHash(String value)Copy the current immutable object by setting a value for thehashattribute.ImmutablePageReleaseItemImmutablePageReleaseItem. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutablePageReleaseItemImmutablePageReleaseItem. withLocale(String value)Copy the current immutable object by setting a value for thelocaleattribute.
-