Uses of Class
io.thestencil.persistence.api.ImmutableArticleMutator
-
-
Uses of ImmutableArticleMutator in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableArticleMutator Modifier and Type Method Description ImmutableArticleMutatorImmutableArticleMutator.Builder. build()Builds a newImmutableArticleMutator.static ImmutableArticleMutatorImmutableArticleMutator. copyOf(UpdateBuilder.ArticleMutator instance)Creates an immutable copy of aUpdateBuilder.ArticleMutatorvalue.ImmutableArticleMutatorImmutableArticleMutator. withArticleId(String value)Copy the current immutable object by setting a value for thearticleIdattribute.ImmutableArticleMutatorImmutableArticleMutator. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableArticleMutatorImmutableArticleMutator. withOrder(Integer value)Copy the current immutable object by setting a value for theorderattribute.ImmutableArticleMutatorImmutableArticleMutator. withParentId(String value)Copy the current immutable object by setting a value for theparentIdattribute.
-