static ImmutableLinkData.Builder |
ImmutableLinkData.builder() |
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.from(StaticContentClient.LinkData instance) |
Fill a builder with attribute values from the provided LinkData instance.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.locale(String locale) |
Initializes the value for the locale attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.path(String path) |
Initializes the value for the path attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.type(String type) |
Initializes the value for the type attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.value(String value) |
Initializes the value for the value attribute.
|
ImmutableLinkData.Builder |
ImmutableLinkData.Builder.workflow(Boolean workflow) |
Initializes the value for the workflow attribute.
|