Uses of Class
io.thestencil.persistence.api.ImmutablePage
-
-
Uses of ImmutablePage in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutablePage Modifier and Type Method Description ImmutablePageImmutablePage.Builder. build()Builds a newImmutablePage.static ImmutablePageImmutablePage. copyOf(ZoePersistence.Page instance)Creates an immutable copy of aZoePersistence.Pagevalue.ImmutablePageImmutablePage. withArticle(String value)Copy the current immutable object by setting a value for thearticleattribute.ImmutablePageImmutablePage. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutablePageImmutablePage. withLocale(String value)Copy the current immutable object by setting a value for thelocaleattribute.
-