static ImmutableStoreState.Builder |
ImmutableStoreState.builder() |
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.forms(Map<String,? extends DialobStore.StoreEntity> entries) |
Sets or replaces all mappings from the specified map as entries for the forms map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.from(DialobStore.StoreState instance) |
Fill a builder with attribute values from the provided StoreState instance.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putAllForms(Map<String,? extends DialobStore.StoreEntity> entries) |
Put all mappings from the specified map as entries to forms map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putAllRevs(Map<String,? extends DialobStore.StoreEntity> entries) |
Put all mappings from the specified map as entries to revs map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putAllTags(Map<String,? extends DialobStore.StoreEntity> entries) |
Put all mappings from the specified map as entries to tags map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putForms(String key,
DialobStore.StoreEntity value) |
Put one entry to the forms map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putForms(Map.Entry<String,? extends DialobStore.StoreEntity> entry) |
Put one entry to the forms map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putRevs(String key,
DialobStore.StoreEntity value) |
Put one entry to the revs map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putRevs(Map.Entry<String,? extends DialobStore.StoreEntity> entry) |
Put one entry to the revs map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putTags(String key,
DialobStore.StoreEntity value) |
Put one entry to the tags map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.putTags(Map.Entry<String,? extends DialobStore.StoreEntity> entry) |
Put one entry to the tags map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.revs(Map<String,? extends DialobStore.StoreEntity> entries) |
Sets or replaces all mappings from the specified map as entries for the revs map.
|
ImmutableStoreState.Builder |
ImmutableStoreState.Builder.tags(Map<String,? extends DialobStore.StoreEntity> entries) |
Sets or replaces all mappings from the specified map as entries for the tags map.
|