static ImmutableContextValue.Builder |
ImmutableContextValue.builder() |
|
ImmutableContextValue.Builder |
ImmutableContextValue.Builder.from(ContextValue instance) |
Fill a builder with attribute values from the provided ContextValue instance.
|
ImmutableContextValue.Builder |
ImmutableContextValue.Builder.from(ModifiableContextValue instance) |
Fill a builder with attribute values from the provided ModifiableContextValue instance.
|
ImmutableContextValue.Builder |
ImmutableContextValue.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableContextValue.Builder |
ImmutableContextValue.Builder.value(Object value) |
Initializes the value for the value attribute.
|