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