ImmutableLinkResource |
ImmutableLinkResource.Builder.build() |
|
static ImmutableLinkResource |
ImmutableLinkResource.copyOf(StaticContentClient.LinkResource instance) |
|
ImmutableLinkResource |
ImmutableLinkResource.withDesc(String value) |
Copy the current immutable object by setting a value for the desc attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withGlobal(Boolean value) |
Copy the current immutable object by setting a value for the global attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withLocale(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of locale.
|
ImmutableLinkResource |
ImmutableLinkResource.withLocale(String... elements) |
Copy the current immutable object with elements that replace the content of locale.
|
ImmutableLinkResource |
ImmutableLinkResource.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|
ImmutableLinkResource |
ImmutableLinkResource.withWorkflow(Boolean value) |
Copy the current immutable object by setting a value for the workflow attribute.
|