ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.Builder.build() |
|
static ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.copyOf(StencilClient.WorkflowReleaseItem instance) |
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withArticles(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withArticles(String... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withHash(String value) |
Copy the current immutable object by setting a value for the hash attribute.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withLabels(StencilClient.LocaleLabel... elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableWorkflowReleaseItem |
ImmutableWorkflowReleaseItem.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|