Uses of Class
io.thestencil.client.api.ImmutableArticle
-
Packages that use ImmutableArticle Package Description io.thestencil.client.api -
-
Uses of ImmutableArticle in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableArticle Modifier and Type Method Description ImmutableArticleImmutableArticle.Builder. build()Builds a newImmutableArticle.static ImmutableArticleImmutableArticle. copyOf(StencilClient.Article instance)Creates an immutable copy of aStencilClient.Articlevalue.ImmutableArticleImmutableArticle. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableArticleImmutableArticle. withOrder(Integer value)Copy the current immutable object by setting a value for theorderattribute.ImmutableArticleImmutableArticle. withParentId(String value)Copy the current immutable object by setting a value for theparentIdattribute.
-