Uses of Class
io.thestencil.persistence.api.ImmutableWorkflowArticlePage
-
-
Uses of ImmutableWorkflowArticlePage in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableWorkflowArticlePage Modifier and Type Method Description ImmutableWorkflowArticlePageImmutableWorkflowArticlePage.Builder. build()Builds a newImmutableWorkflowArticlePage.static ImmutableWorkflowArticlePageImmutableWorkflowArticlePage. copyOf(DeleteBuilder.WorkflowArticlePage instance)Creates an immutable copy of aDeleteBuilder.WorkflowArticlePagevalue.ImmutableWorkflowArticlePageImmutableWorkflowArticlePage. withArticleId(String value)Copy the current immutable object by setting a value for thearticleIdattribute.ImmutableWorkflowArticlePageImmutableWorkflowArticlePage. withWorkflowId(String value)Copy the current immutable object by setting a value for theworkflowIdattribute.
-