ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.addAllArgs(Iterable<String> elements) |
Adds elements to args list.
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.addArgs(String element) |
Adds one element to args list.
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.addArgs(String... elements) |
Adds elements to args list.
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.args(Iterable<String> elements) |
Sets or replaces all elements for args list.
|
static ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.builder() |
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.from(DialobStore.StoreExceptionMsg instance) |
Fill a builder with attribute values from the provided StoreExceptionMsg instance.
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableStoreExceptionMsg.Builder |
ImmutableStoreExceptionMsg.Builder.value(String value) |
Initializes the value for the value attribute.
|