| Package | Description |
|---|---|
| com.vaadin.collaborationengine |
| Modifier and Type | Method and Description |
|---|---|
static EntryScope |
EntryScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryScope[] |
EntryScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CollaborationList.append(Object item,
EntryScope scope)
Appends the given item to the list with the given scope.
|
CompletableFuture<Void> |
CollaborationMap.put(String key,
Object value,
EntryScope scope)
Associates the given value with the given key and scope.
|
Copyright © 2023. All rights reserved.