ImmutableCacheEntry |
ImmutableCacheEntry.Builder.build() |
|
static ImmutableCacheEntry |
ImmutableCacheEntry.copyOf(DialobCache.CacheEntry instance) |
|
ImmutableCacheEntry |
ImmutableCacheEntry.withAst(DialobDocument value) |
Copy the current immutable object by setting a value for the ast attribute.
|
ImmutableCacheEntry |
ImmutableCacheEntry.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableCacheEntry |
ImmutableCacheEntry.withProgram(DialobProgram value) |
Copy the current immutable object by setting a present value for the optional program attribute.
|
ImmutableCacheEntry |
ImmutableCacheEntry.withProgram(Optional<? extends DialobProgram> optional) |
Copy the current immutable object by setting an optional value for the program attribute.
|
ImmutableCacheEntry |
ImmutableCacheEntry.withRev(String value) |
Copy the current immutable object by setting a value for the rev attribute.
|
ImmutableCacheEntry |
ImmutableCacheEntry.withSource(DialobStore.StoreEntity value) |
Copy the current immutable object by setting a value for the source attribute.
|