ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.ast(DialobDocument ast) |
Initializes the value for the ast attribute.
|
static ImmutableCacheEntry.Builder |
ImmutableCacheEntry.builder() |
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.from(DialobCache.CacheEntry instance) |
Fill a builder with attribute values from the provided CacheEntry instance.
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.program(DialobProgram program) |
Initializes the optional value program to program.
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.program(Optional<? extends DialobProgram> program) |
Initializes the optional value program to program.
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.rev(String rev) |
Initializes the value for the rev attribute.
|
ImmutableCacheEntry.Builder |
ImmutableCacheEntry.Builder.source(DialobStore.StoreEntity source) |
Initializes the value for the source attribute.
|